Class: Ayl::Logger

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/ayl/logger.rb

Constant Summary collapse

LOG_METHODS =
[ :debug, :error, :fatal, :info, :warn ]

Instance Attribute Summary collapse

Instance Attribute Details

#loggerObject

Returns the value of attribute logger.



8
9
10
# File 'lib/ayl/logger.rb', line 8

def logger
  @logger
end