Class: PlatinaWorld::Loggers::Base
- Inherits:
-
Logger
- Object
- Logger
- PlatinaWorld::Loggers::Base
- Defined in:
- lib/platina_world/loggers/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/platina_world/loggers/base.rb', line 6 def initialize(*) super self.formatter = formatter_class.new end |