Class Summary |
DbLogListener |
Listener class to log messages to the Database |
DbLogWriter |
- flag for turning off logging after # times unsuccessful writes (2) or can't connect (1 retry)
- timestamp when turned off - determine period to reset flags
- on msg write - check flag or if period for resume retry
- any messages sent during the down time will not written out by this logger
- add System.err messages when restarting and stopping the logging |
DbLogWriter.ColumnName |
|
I18nLogManager |
Deprecated. use LogManager |
LogManager |
This class represents the interface to a single logging framework
that is easily accessible by any component. |