Package | Description |
---|---|
org.apache.juli.logging | |
org.apache.juli.logging.internal |
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
LogConfigurationException
An exception that is thrown only if a suitable
LogFactory
or Log instance cannot be created by the corresponding
factory methods. |
LogFactory
Modified LogFactory: removed all discovery, hardcode a specific implementation
If you like a different logging implementation - use either the discovery-based
commons-logging, or better - another implementation hardcoded to your favourite
logging impl.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Copyright © 2018. All rights reserved.