Uses of Interface
org.eclipse.jetty.util.log.Logger
-
Packages that use Logger Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.log Jetty Util : Common Logging Integrationsorg.eclipse.jetty.util.preventers Jetty Util : Common Memory Leak Prevention Tooling -
-
Uses of Logger in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util declared as Logger Modifier and Type Field Description protected static LoggerUtf8Appendable. LOG -
Uses of Logger in org.eclipse.jetty.util.log
Classes in org.eclipse.jetty.util.log that implement Logger Modifier and Type Class Description classAbstractLoggerAbstract Logger.classJavaUtilLogclassLoggerLogclassSlf4jLogSlf4jLog LoggerclassStdErrLogStdErr Logging implementation.Methods in org.eclipse.jetty.util.log that return Logger Modifier and Type Method Description static LoggerLog. getLog()LoggerAbstractLogger. getLogger(String name)static LoggerLog. getLogger(Class<?> clazz)Obtain a named Logger based on the fully qualified class name.static LoggerLog. getLogger(String name)Obtain a named Logger or the default Logger if null is passed.LoggerLogger. getLogger(String name)static LoggerLog. getRootLogger()Get the root logger.protected abstract LoggerAbstractLogger. newLogger(String fullname)protected LoggerJavaUtilLog. newLogger(String fullname)Create a Child Logger of this Logger.protected LoggerLoggerLog. newLogger(String fullname)Create a Child Logger of this Logger.protected LoggerSlf4jLog. newLogger(String fullname)Create a Child Logger of this Logger.protected LoggerStdErrLog. newLogger(String fullname)Create a Child Logger of this Logger.Methods in org.eclipse.jetty.util.log that return types with arguments of type Logger Modifier and Type Method Description static Map<String,Logger>Log. getLoggers()Get a map of all configuredLoggerinstances.Methods in org.eclipse.jetty.util.log with parameters of type Logger Modifier and Type Method Description static voidLog. setLog(Logger log)Set the root logger.Constructors in org.eclipse.jetty.util.log with parameters of type Logger Constructor Description StacklessLogging(Logger... logs) -
Uses of Logger in org.eclipse.jetty.util.preventers
Fields in org.eclipse.jetty.util.preventers declared as Logger Modifier and Type Field Description protected static LoggerAbstractLeakPreventer. LOG
-