Class: PlatinaWorld::Loggers::Base

Inherits:
Logger
  • Object
show all
Defined in:
lib/platina_world/loggers/base.rb

Direct Known Subclasses

FileStatus, Logger

Instance Method Summary collapse

Constructor Details

#initializeBase

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