| Path: | lib/rex/logging/log_dispatcher.rb |
| Last Update: | Sun Jan 27 21:45:46 -0600 2008 |
| 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. |