| Class | Description |
|---|---|
| PreBootstrapLogger |
An underlying logger implementation that collaborates with
SLF4JDelegatingLog to temporarily store
logging events before the actual
logging system is loaded. |
| PreBootstrapLoggingEvent |
Helper class for
PreBootstrapLogger that stores timestamped logging
events, and later flushes them to Logback appenders. |
| SeparateLogbackSupport |
Helper class that the
SLF4JDelegatingLog relies on for bootstrapping
the separated Logback system when the time has come. |
| SLF4JDelegatingLog |
A
Log facade that can be plugged into the default Tomcat JULI logging
system, and supports the SLF4J API to be on Tomcat system classpath and the
SLF4J implementation to be on Tomcat common classpath. |
Copyright © 2015–2017. All rights reserved.