Module: Terminalwire::Logging

Included in:
Adapter::Socket
Defined in:
lib/terminalwire/logging.rb

Constant Summary collapse

DEVICE =
Logger.new($stdout, level: ENV.fetch("TERMINALWIRE_LOG_LEVEL", "info"))

Instance Method Summary collapse

Instance Method Details

#loggerObject



6
# File 'lib/terminalwire/logging.rb', line 6

def logger = DEVICE