Class: MinatoLogger::Logger
- Inherits:
-
ActiveSupport::Logger
- Object
- ActiveSupport::Logger
- MinatoLogger::Logger
- Includes:
- ActiveSupport::TaggedLogging
- Defined in:
- lib/minato_logger/logger.rb
Instance Method Summary collapse
-
#initialize ⇒ Logger
constructor
A new instance of Logger.
Constructor Details
#initialize ⇒ Logger
Returns a new instance of Logger.
12 13 14 15 |
# File 'lib/minato_logger/logger.rb', line 12 def initialize super($stdout) @formatter = Formatters::FluentBit.new end |