Interface | Description |
---|---|
ErrorListener |
Instances of classes that implement this interface can be registered
in ThreadLoggers for collection of error messages logged by
Logger.error() methods.
|
LoggerOutput |
Interface representing destination for log messages.
|
LogMgrMBean |
Class | Description |
---|---|
ClassFilter |
A filter implementation that can filter on class name and optionally
method name.
|
IfsFilter |
Superclass for IFS specific filter implementation.
|
Logger |
The Logger class.
|
LoggerConfig |
Default configuration of Loggers.
|
LogMgr |
Logger Manager (factory) class that creates and manages instances of Loggers.
|
TagFilter |
A filter implementation that can filter on one or more tags.
|
Tags |
A class representing a single tag or a collection of tags that can be used for tagging
debug and log output.
|
TagTypeFilter |
A filter implementation that can filter on one or more tag types.
|
ThreadLoggers |
A class containing a set of category loggers together with corresponding logging levels.
|