|
Class Summary |
| AbstractFileLoggingMechanism |
AbstractFileLoggingMechanism is an abstract class which
defines the format and location of log files,
so they all work consistently for the same application. |
| AbstractLoggingMechanism |
AbstractLoggingMechanism is an abstract class which serves to define a
hierarchy of different logging mechanisms. |
| AbstractStackTrace |
This the base class for all stack tracers and provides the generic
functionality |
| BootstrapLogger |
The Bootstrap logger collects log messages while bootstrapping the logging
subsystem. |
| BootstrapPropertyManager |
|
| ConfigDelegate |
The configuration for a specific logger. |
| Log |
Log is the base class which defines
all of the logging constants and implements any
general logging responsibilities. |
| LogFileParser |
This class parses log files into LogEvents |
| LogFormatField |
This class holds represents the log event parameters |
| LogFormatterHtml |
This class provides a simple formatter for log events |
| LogFormatterStandard |
This class provides a simple formatter for log events |
| LogLog |
The LogLog classes provides low level debugging and logging functionality
for the logging framework. |
| LogProperties |
LogProperties is a concrete class which manages all of the default
start-up properties for logs. |
| LogPropertiesLoader |
A loader for log properties |
| MechanismManager |
|
| PluggableLoggingMechanismProxy |
This is the proxy mechanism for pluggable logging mechanisms. |
| SharedDatedFileLoggingMechanism |
This logging mechanism adds today's date to the shared log file name, and also
rolls logging over to a new file when dates change (the first new string
logged on a new date causes the current log file to close and a new log
file to be opened with today's date). |
| SharedDatedFileStatisticsMechanism |
This logging mechanism adds today's date to the shared log file name, and also
rolls logging over to a new file when dates change (the first new string
logged on a new date causes the current log file to close and a new log
file to be opened with today's date). |
| SharedFileLoggingMechanism |
This logging mechanism is shared among all of the different logs
which attempt to use it, instead of creating a new log file for every
log (which the "Unique" logging mechanisms do). |
| SharedFileStatisticsMechanism |
This logging mechanism adds today's date to the shared log file name, and also
rolls logging over to a new file when dates change (the first new string
logged on a new date causes the current log file to close and a new log
file to be opened with today's date). |
| SocketLoggingMechanism |
This logging mechanism logs events to a socket stream. |
| StandardErrLoggingMechanism |
This logging mechanism logs errors to the System.err output
stream. |
| SysLogLoggerAdapter |
A wrapper over org.openmdx.kernel.SysLog in
conformity with the Logger interface. |
| SysLogLoggerFactory |
SysLogLoggerFactory is an implementation of ILoggerFactory returning
the appropriately named SysLogLoggerAdapter instance. |
| UniqueFileLoggingMechanism |
This logging mechanism is the simplest implementation of a file logging
mechanism. |