Class Summary |
LogEntry |
Holds the full information of a log message. |
LogFile |
Reworked to just be a wrapper around Log4Java. |
LoggerConfiguration |
Contains necessary configuration details for a LoggerProxy object. |
LoggerDelegate |
LoggerDelegate base class. |
LoggerDelegateConsole |
Implementation for a LoggerProxy delegate to implement a simple Console logger. |
LoggerDelegateFile |
Implementation for a LoggerProxy delegate to implement a simple File logger. |
LoggerDelegateLog4j11 |
Implementation for a LoggerProxy delegate to implement interface with Log4j 1.1. |
LoggerDelegateLog4j12 |
Implementation for a LoggerProxy delegate to implement interface with Log4j 1.1. |
LoggerProxy |
This class is a proxy to logging and collecting error messages in memory. |
NotificationCollector |
A NotificationCollector is used for globally collecting notifications, errors, warnings over the app's run
to be able to identify them later in some collected form for evaluation. |