class Fluent::Logger::NullLogger

Public Instance Methods

post_with_time(tag, map, time) click to toggle source
# File lib/fluent/logger/null_logger.rb, line 21
def post_with_time(tag, map, time)
  false
end