Module: Mailkube::_LogDevice

Defined in:
sig/mailkube/logging.rbs

Overview

Anything a caller may point SDK logging at. The seam is #write rather than a stdlib Logger because logger is a bundled gem from Ruby 4.0 and this gem has no runtime dependencies.

Instance Method Summary collapse

Instance Method Details

#writeObject

Parameters:

  • (String)

Returns:

  • (Object)


5
# File 'sig/mailkube/logging.rbs', line 5

def write: (String) -> untyped