| Interface | Description |
|---|---|
| Log |
Interface so we can front various log code which may or may not be in the classpath.
|
| Class | Description |
|---|---|
| CommonsLoggingLog |
Class which implements our Log interface by delegating to the Apache commons logging classes.
|
| JavaUtilLog |
Class which logs to java.util.log.
|
| LocalLog |
Class which implements our
Log interface so we can bypass external logging classes if they are not available. |
| Logger |
Class which wraps our
Log interface and provides {} argument features like slf4j. |
| LoggerFactory |
Factory that creates
Logger instances. |
| Slf4jLoggingLog |
Class which implements our
Log interface by delegating to slf4j. |
| Enum | Description |
|---|---|
| Log.Level |
Level of log messages being sent.
|
| LoggerFactory.LogType |
Type of internal logs supported.
|
Logging utility classes.
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.