Skip navigation links
D E F G I L N O P R S T W 

D

debug(String) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
debug(String, Object) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
debug(String, Object, Object) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
debug(String, Object...) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
debug(String, Throwable) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
debug(Object) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it as DEBUG level using the wrapped Logger instance.
debug(Object, Throwable) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it along with the given throwable as DEBUG level, using the wrapped Logger instance.
diagnostics - Static variable in class org.apache.juli.logging.impl.SLF4JDelegatingLog
 

E

error(String) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
error(String, Object) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
error(String, Object, Object) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
error(String, Object...) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
error(String, Throwable) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
error(Object) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it as ERROR level using the wrapped Logger instance.
error(Object, Throwable) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it along with the given throwable as ERROR level, using the wrapped Logger instance.

F

fatal(Object) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it as ERROR level using the wrapped Logger instance, SLF4J has no FATAL level.
fatal(Object, Throwable) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it along with the given throwable as ERROR level, using the wrapped Logger instance, because SLF4J has no FATAL level.

G

getILoggerFactory() - Static method in class org.slf4j.LoggerFactory
Return the ILoggerFactory instance in use.
getLogger(String) - Static method in class org.slf4j.LoggerFactory
Return a logger named according to the name parameter using the statically bound ILoggerFactory instance.
getLogger(Class<?>) - Static method in class org.slf4j.LoggerFactory
Return a logger named corresponding to the class passed as parameter, using the statically bound ILoggerFactory instance.

I

info(String) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
info(String, Object) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
info(String, Object, Object) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
info(String, Object...) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
info(String, Throwable) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
info(Object) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it as INFO level using the wrapped Logger instance.
info(Object, Throwable) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it along with the given throwable as INFO level, using the wrapped Logger instance.
isDebugEnabled() - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
isDebugEnabled() - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here delegates to the wrapped Logger instance.
isErrorEnabled() - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
isErrorEnabled() - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here delegates to the wrapped Logger instance.
isFatalEnabled() - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here delegates to the isErrorEnabled method of the wrapped Logger instance, because SLF4J has no FATAL level.
isInfoEnabled() - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
isInfoEnabled() - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here delegates to the wrapped Logger instance.
isTraceEnabled() - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
isTraceEnabled() - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here delegates to the wrapped Logger instance.
isWarnEnabled() - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
isWarnEnabled() - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here delegates to the wrapped Logger instance.

L

log(Marker, String, int, String, Object[], Throwable) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
This implementations just stores a pre-bootstrap logging event.
LoggerFactory - Class in org.slf4j
This shadowing LoggerFactory is customized to support accessing an SLF4J implementation that is on the classpath of a child class loader.

N

name - Variable in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The logger's name.

O

org.apache.juli.logging.impl - package org.apache.juli.logging.impl
 
org.slf4j - package org.slf4j
 

P

PreBootstrapLogger - Class in org.apache.juli.logging.impl
An underlying logger implementation that collaborates with SLF4JDelegatingLog to temporarily store logging events before the actual logging system is loaded.
PreBootstrapLogger(SLF4JDelegatingLog, String) - Constructor for class org.apache.juli.logging.impl.PreBootstrapLogger
Creates a new pre-bootstrap logger.
PreBootstrapLoggingEvent - Class in org.apache.juli.logging.impl
Helper class for PreBootstrapLogger that stores timestamped logging events, and later flushes them to Logback appenders.

R

readResolve() - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
Replace the deserialized instance with a fresh new SLF4JDelegatingLog logger of the same name, so that it properly belong to the context of the applicable LogManager.

S

SeparateLogbackSupport - Class in org.apache.juli.logging.impl
Helper class that the SLF4JDelegatingLog relies on for bootstrapping the separated Logback system when the time has come.
SeparateLogbackSupport() - Constructor for class org.apache.juli.logging.impl.SeparateLogbackSupport
 
SeparateSLF4JImplBridge - Class in org.slf4j
This class defines helper methods for our customized LoggerFactory to bind to a separated SLF4J implementation, i.e. an SLF4J backend Jar that is on the classpath of a child class loader.
SeparateSLF4JImplBridge() - Constructor for class org.slf4j.SeparateSLF4JImplBridge
 
SLF4JDelegatingLog - Class in org.apache.juli.logging.impl
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.
SLF4JDelegatingLog() - Constructor for class org.apache.juli.logging.impl.SLF4JDelegatingLog
The default constructor is mandatory, as per the ServiceLoader specification.
SLF4JDelegatingLog(String) - Constructor for class org.apache.juli.logging.impl.SLF4JDelegatingLog
This String-based constructor is required by the default "lean" JULI LogFactory, in order to accept this class a a Log implementation provider.

T

toString() - Method in class org.apache.juli.logging.impl.PreBootstrapLoggingEvent
The implementation here builds a very basic representation of this logging event for the sake of low level diagnostics only.
trace(String) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
trace(String, Object) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
trace(String, Object, Object) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
trace(String, Object...) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
trace(String, Throwable) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
trace(Object) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it as TRACE level using the wrapped Logger instance.
trace(Object, Throwable) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it along with the given throwable as TRACE level, using the wrapped Logger instance.

W

warn(String) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
warn(String, Object) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
warn(String, Object...) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
warn(String, Object, Object) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
warn(String, Throwable) - Method in class org.apache.juli.logging.impl.PreBootstrapLogger
 
warn(Object) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it as WARN level using the wrapped Logger instance.
warn(Object, Throwable) - Method in class org.apache.juli.logging.impl.SLF4JDelegatingLog
The implementation here converts the message to a string, and logs it along with the given throwable as WARN level, using the wrapped Logger instance.
D E F G I L N O P R S T W 
Skip navigation links

Copyright © 2015–2017. All rights reserved.