Class: Fluent::Logger::NullLogger

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

Instance Method Summary collapse

Methods inherited from LoggerBase

open

Instance Method Details

#post(tag, map, time = nil) ⇒ Object



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

def post(tag, map, time=nil)
  false
end