Class: LTSV::Logger::Logger

Inherits:
Logger
  • Object
show all
Defined in:
lib/ltsv-logger/logger.rb

Defined Under Namespace

Classes: LTSVFormatter

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Logger

Returns a new instance of Logger.



5
6
7
8
# File 'lib/ltsv-logger/logger.rb', line 5

def initialize(*args)
  super
  @formatter = LTSVFormatter.new
end