Class: Pokey::Logger

Inherits:
Object
  • Object
show all
Defined in:
lib/pokey/logger.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLogger

Returns a new instance of Logger.



9
10
11
# File 'lib/pokey/logger.rb', line 9

def initialize
  @log = Logging.logger[self]
end

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



7
8
9
# File 'lib/pokey/logger.rb', line 7

def log
  @log
end