Method: Fluent::RollbarOutput#shutdown

Defined in:
lib/fluent/plugin/out_rollbar.rb

#shutdownObject

This method is called when shutting down. Shutdown the thread and close sockets or files here.



33
34
35
36
# File 'lib/fluent/plugin/out_rollbar.rb', line 33

def shutdown
    super
    $log.info 'Rollbar Output shutting down'
end