Class Swiftcore::Analogger
In: lib/swiftcore/Analogger.rb
lib/swiftcore/Analogger/version.rb
lib/swiftcore/Analogger/Client.rb
Parent: Object

Methods

Classes and Modules

Class Swiftcore::Analogger::BadPort
Class Swiftcore::Analogger::Client
Class Swiftcore::Analogger::Log
Class Swiftcore::Analogger::NoPortProvided

Constants

EXEC_ARGUMENTS = [File.expand_path($0), *ARGV]
DefaultSeverityLevels = [-"debug",-"info",-"warn",-"error",-"fatal"].inject({}){|h,k|h[k]=true;
EXIT_SIGNALS = %w[INT TERM]
RELOAD_SIGNALS = %w[HUP]
RESTART_SIGNALS = %w[USR2]
VERSION = -"1.1.0"

Public Class methods

Before exiting, try to get any logs that are still in memory handled and written to disk.

[Validate]