|
Class Summary |
| ALogListener |
This clas implements the basics of a simple log listener that just listenes to a certain level of events. |
| LogConstants |
File containing all the constants relevant to the log subsystem. |
| LogEvent |
Event generated from log instances. |
| LogFile |
Log listener implementation writing to a log file |
| LogListenerFactory |
Basic factory reading an XML config and creating new log listener instances. |
| LogMail |
Log listener implementation sending a email. |
| LogService |
This is the implementation of the log service interface. |
| LogStream |
Log listener implementation writing to an arbitrary output stream. |
| LogWriter |
Class to write an application log |