log_dispatcher.rb

Path: lib/rex/logging/log_dispatcher.rb
Last Update: Sun Jan 27 21:45:46 -0600 2008

Required files

rex/sync   rex/logging/log_sink  

Methods

Constants

ExceptionCallStack = "__EXCEPTCALLSTACK__"   An instance of the log dispatcher exists in the global namespace, along with stubs for many of the common logging methods. Various sources can register themselves as a log sink such that logs can be directed at various targets depending on where they‘re sourced from. By doing it this way, things like sessions can use the global logging stubs and still be directed at the correct log file.

Public Instance methods

[Validate]