Class: Kuroko2::Util::Logger

Inherits:
Logger
  • Object
show all
Defined in:
lib/autoload/kuroko2/util/logger.rb

Defined Under Namespace

Classes: LoggerFormatter

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Logger

Returns a new instance of Logger.



4
5
6
7
8
# File 'lib/autoload/kuroko2/util/logger.rb', line 4

def initialize(*args)
  super

  @formatter = LoggerFormatter.new
end