JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.eclipse.jetty.util.log.StdErrLog
Packages that use
StdErrLog
Package
Description
org.eclipse.jetty.util.log
Jetty Util : Common Logging Integrations
Uses of
StdErrLog
in
org.eclipse.jetty.util.log
Methods in
org.eclipse.jetty.util.log
that return
StdErrLog
Modifier and Type
Method
Description
static
StdErrLog
StdErrLog.
getLogger
(
Class
<?> clazz)
Obtain a StdErrLog reference for the specified class, a convenience method used most often during testing to allow for control over a specific logger.