| Interface | Description |
|---|---|
| Log |
A simple logging interface abstracting logging APIs.
|
| Class | Description |
|---|---|
| LogFactory |
Factory for creating
Log instances, with discovery and
configuration features similar to that employed by standard Java APIs
such as JAXP. |
| LogSource | Deprecated
Use
LogFactory instead - The default factory
implementation performs exactly the same algorithm as this class did |
| Exception | Description |
|---|---|
| LogConfigurationException |
An exception that is thrown only if a suitable
LogFactory
or Log instance cannot be created by the corresponding
factory methods. |