Class: LoggingModule::TakeltauLogger
- Inherits:
-
Object
- Object
- LoggingModule::TakeltauLogger
- Includes:
- Singleton
- Defined in:
- lib/takeltau/lib/logging.rb
Overview
tau logger
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize ⇒ TakeltauLogger
constructor
A new instance of TakeltauLogger.
Constructor Details
#initialize ⇒ TakeltauLogger
11 12 13 |
# File 'lib/takeltau/lib/logging.rb', line 11 def initialize @logger = Logger.new($stdout) end |
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
9 10 11 |
# File 'lib/takeltau/lib/logging.rb', line 9 def logger @logger end |