Class: Nav::Logger::TestLogger

Inherits:
BaseLogger show all
Defined in:
lib/nav/logger/test_logger.rb

Instance Attribute Summary

Attributes inherited from BaseLogger

#fluent_logger

Instance Method Summary collapse

Methods inherited from BaseLogger

#debug, #error, #fatal, #info, #level, #level=, #level_name, #level_symbol, #log_tag, #post, #warn

Constructor Details

#initializeTestLogger

Returns a new instance of TestLogger.



4
5
6
# File 'lib/nav/logger/test_logger.rb', line 4

def initialize
  @fluent_logger = Fluent::Logger::TestLogger.new
end