Class: Shatter::Util::Logger
- Inherits:
-
Logger
- Object
- Logger
- Shatter::Util::Logger
- Includes:
- Singleton
- Defined in:
- lib/shatter/util.rb
Instance Method Summary collapse
-
#initialize ⇒ Logger
constructor
A new instance of Logger.
Constructor Details
#initialize ⇒ Logger
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 |