Interface | Description |
---|---|
Log |
This interface declares similar methods as the commons logging API.
|
Class | Description |
---|---|
DefaultLog |
Used if no log facade is found.
|
LogFactory |
Allows to choose between the different handled log factories : slf4j or commons logging,
depending on what is available on CLASS_PATH.
|
LogOverCommonslogging |
Redirects to commons logging facade.
|
LogOverLog4j |
Redirects to log4j logger.
|
LogOverSlf4j |
Redirects to slf4j facade, which does not recognize the "fatal" level.
|
LogOverSlf4j.MarkerHolder |
Holds reference to the Marker used for FATAL log level, with label "FATAL", in order to
avoid initialization of the marker if class is loaded and slf is not in the classpath.
|
LogOverTinylog |
Redirects to Tinylog logger.
|