Interface | Description |
---|---|
LoggerOutput |
Interface representing destination for log messages.
|
LogMgrMBean | |
MappingProcessor |
This interface specifies methods to process name mappings between original
classes and their obfuscated versions.
|
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.
|
ThreadLoggers |
A class containing a set of category loggers together with corresponding logging levels.
|