Package org.eclipse.jetty.util.log
Jetty Util : Common Logging Integrations
-
Interface Summary Interface Description Logger A simple logging facade that is intended simply to capture the style of logging as used by Jetty. -
Class Summary Class Description AbstractLogger Abstract Logger.JavaUtilLog Implementation of JettyLogger
based onLogger
.JettyAwareLogger JettyAwareLogger is used to fix a FQCN bug that arises from how Jetty Log uses an indirect slf4j implementation.JettyLogHandler Redirect java.util.logging events to Jetty LogLog Logging.LoggerLog Slf4jLog Slf4jLog LoggerStacklessLogging A try-with-resources compatible layer forhiding stacktraces
within the scope of thetry
block when logging withStdErrLog
implementation.StdErrLog StdErr Logging implementation.