Module: IOMultiplex::Mixins::Logger

Included in:
IOReactor, IOMultiplex::Multiplexer, IOMultiplex::MultiplexerPool
Defined in:
lib/iomultiplex/mixins/logger.rb

Overview

Logger provides ability for object specific context in logs

Instance Attribute Summary collapse

Instance Attribute Details

#loggerObject (readonly)

Returns the value of attribute logger.



21
22
23
# File 'lib/iomultiplex/mixins/logger.rb', line 21

def logger
  @logger
end

#logger_contextObject (readonly)

Returns the value of attribute logger_context.



22
23
24
# File 'lib/iomultiplex/mixins/logger.rb', line 22

def logger_context
  @logger_context
end