Class: Radiant::Helper::RLogger

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRLogger

Returns a new instance of RLogger.



53
54
55
# File 'lib/radiant_helper.rb', line 53

def initialize
  self.logger = Logger.new(STDOUT)
end

Instance Attribute Details

#loggerObject

Returns the value of attribute logger.



51
52
53
# File 'lib/radiant_helper.rb', line 51

def logger
  @logger
end