Class: Fluent::Logger::NullLogger

Inherits:
LoggerBase show all
Defined in:
lib/fluent/logger/null_logger.rb

Instance Method Summary collapse

Methods inherited from LoggerBase

#close, open, #post

Instance Method Details

#post_with_time(tag, map, time) ⇒ Object



21
22
23
# File 'lib/fluent/logger/null_logger.rb', line 21

def post_with_time(tag, map, time)
  false
end