Class: Shatter::Util::Logger

Inherits:
Logger
  • Object
show all
Includes:
Singleton
Defined in:
lib/shatter/util.rb

Instance Method Summary collapse

Constructor Details

#initializeLogger

Returns a new instance of Logger.



16
17
18
# File 'lib/shatter/util.rb', line 16

def initialize
  super($stdout, datetime_format: "%Y-%m-%d %H:%M:%S")
end