| Interface | Description |
|---|---|
| LogBindingInitializer |
This interface is used to dynamically load the initial
log factory to be used for all PF libraries logging.
|
| Logger |
A simple interface for all necessary logging functions.
|
| Logger2 |
Another logger interface that is close to the JBoss logging API.
|
| LoggerBindingNames |
Provides names of LoggerFactory implementations that correspond to
known logging frameworks or some internal implementation by this component.
|
| LoggerFactory |
The interface a logger factory must support in order to produce logger instances
that are compatible to the PF logging framework.
|
| Class | Description |
|---|---|
| Logger2Logger | |
| LoggerFactoryProvider |
This class provides static access to the configured LoggerFactory which
then can be used to create logger instances.
|
| Enum | Description |
|---|---|
| LogLevel |
A log level definition that maps PFSW log levels to Java Util log levels.
|