class Fluent::NullFluentLogEventRouter

DO NOT write any logic here

Public Instance Methods

emit_event(_event) click to toggle source
# File lib/fluent/fluent_log_event_router.rb, line 28
def emit_event(_event); end
emittable?() click to toggle source
# File lib/fluent/fluent_log_event_router.rb, line 30
def emittable?
  self.class != NullFluentLogEventRouter
end
graceful_stop() click to toggle source
# File lib/fluent/fluent_log_event_router.rb, line 26
def graceful_stop; end
start() click to toggle source
# File lib/fluent/fluent_log_event_router.rb, line 22
def start; end
stop() click to toggle source
# File lib/fluent/fluent_log_event_router.rb, line 24
def stop; end