See: Description
Class | Description |
---|---|
LogFormatter |
Formats log messages for application log files.
|
LoggingUtils |
This class holds various methods for common use with the logging.
|
LogMonitor |
Filters log records for certain messages by evaluating regular expressions.
|
LogMonitorHandler |
Filters log records for certain messages by evaluating regular expressions.
|
LogPrintStream |
Receives data from an output stream and pipes it to the given logger.
|
System.out
is not the proper solution, but standard logging
sometime also lacks functionlity. This package tries to build a bridge between logging
and the system I/O channels commonly used by modern applications. The formatter unifies
the way log records are stored and the monitor can be used for both, the runtime and
offline monitoring. Like the UNIX tool logsurfer, the monitor can be configured by
setting up some more or less complex rules to find special log records or groups of
log records in order to start some furhter processing like sending e-mails to an
administrator.
Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.