Class: MOSAIK::Logger
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- MOSAIK::Logger
- Defined in:
- lib/mosaik/logger.rb
Overview
Logger class
Instance Method Summary collapse
-
#initialize ⇒ Logger
constructor
A new instance of Logger.
Constructor Details
#initialize ⇒ Logger
Returns a new instance of Logger.
13 14 15 |
# File 'lib/mosaik/logger.rb', line 13 def initialize super(::Logger.new($stdout, formatter:)) end |