- elapsedTime() - Method in class org.slf4j.profiler.Profiler
-
- elapsedTime() - Method in class org.slf4j.profiler.StopWatch
-
- elapsedTime() - Method in interface org.slf4j.profiler.TimeInstrument
-
Time elapsed between start and stop, in nanoseconds.
- entry(Object...) - Method in class org.slf4j.ext.XLogger
-
Log method entry.
- equals(Object) - Method in class org.slf4j.ext.EventData
-
Compare two EventData objects for equality.
- error(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the ERROR level.
- error(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- EVENT_DATETIME - Static variable in class org.slf4j.ext.EventData
-
- EVENT_ID - Static variable in class org.slf4j.ext.EventData
-
- EVENT_MESSAGE - Static variable in class org.slf4j.ext.EventData
-
- EVENT_TYPE - Static variable in class org.slf4j.ext.EventData
-
- EventData - Class in org.slf4j.ext
-
Base class for Event Data.
- EventData() - Constructor for class org.slf4j.ext.EventData
-
Default Constructor
- EventData(Map<String, Object>) - Constructor for class org.slf4j.ext.EventData
-
Constructor to create event data from a Map.
- EventData(String) - Constructor for class org.slf4j.ext.EventData
-
Construct from a serialized form of the Map containing the RequestInfo
elements
- EventException - Exception in org.slf4j.ext
-
Exception used to identify issues related to an event that is being logged.
- EventException() - Constructor for exception org.slf4j.ext.EventException
-
Default constructor.
- EventException(String) - Constructor for exception org.slf4j.ext.EventException
-
Constructor that allows an exception message.
- EventException(Throwable) - Constructor for exception org.slf4j.ext.EventException
-
Constructor that chains another Exception or Error.
- EventException(String, Throwable) - Constructor for exception org.slf4j.ext.EventException
-
Constructor that chains another Exception or Error and also allows a message
to be specified.
- EventLogger - Class in org.slf4j.ext
-
Simple Logger used to log events.
- exit() - Method in class org.slf4j.ext.XLogger
-
Log method exit
- exit(Object) - Method in class org.slf4j.ext.XLogger
-
Log method exit
- get(String) - Method in class org.slf4j.ext.EventData
-
Retrieve an event attribute.
- get(String) - Method in class org.slf4j.profiler.ProfilerRegistry
-
- getCopyOfChildTimeInstruments() - Method in class org.slf4j.profiler.Profiler
-
Return a copy of the child instrument list for this Profiler instance.
- getCopyOfGlobalStopWatch() - Method in class org.slf4j.profiler.Profiler
-
Return a copy of the global stopwath of this Profiler instance.
- getEntrySetIterator() - Method in class org.slf4j.ext.EventData
-
Returns an Iterator over all the entries in the EventDAta.
- getEventDateTime() - Method in class org.slf4j.ext.EventData
-
Retrieve the date and time the event occurred.
- getEventId() - Method in class org.slf4j.ext.EventData
-
Retrieve the event identifier.
- getEventMap() - Method in class org.slf4j.ext.EventData
-
Retrieve all the attributes in the EventData as a Map.
- getEventType() - Method in class org.slf4j.ext.EventData
-
Retrieve the type of the event.
- getLocLogger(String) - Method in class org.slf4j.cal10n.LocLoggerFactory
-
Get an LocLogger instance by name.
- getLocLogger(Class) - Method in class org.slf4j.cal10n.LocLoggerFactory
-
Get a new LocLogger instance by class.
- getLogger() - Method in class org.slf4j.profiler.Profiler
-
- getMessage() - Method in class org.slf4j.ext.EventData
-
Retrieve the message text associated with this event, if any.
- getName() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- getName() - Method in class org.slf4j.profiler.Profiler
-
- getName() - Method in class org.slf4j.profiler.StopWatch
-
- getName() - Method in interface org.slf4j.profiler.TimeInstrument
-
All time instruments are named entities.
- getProfilerRegistry() - Method in class org.slf4j.profiler.Profiler
-
- getSignature(CtBehavior) - Static method in class org.slf4j.instrumentation.JavassistHelper
-
Return javaassist source snippet which lists all the parameters and their
values.
- getSize() - Method in class org.slf4j.ext.EventData
-
Returns the number of attributes in the EventData.
- getStatus() - Method in class org.slf4j.profiler.Profiler
-
- getStatus() - Method in class org.slf4j.profiler.StopWatch
-
- getStatus() - Method in interface org.slf4j.profiler.TimeInstrument
-
- getThreadContextInstance() - Static method in class org.slf4j.profiler.ProfilerRegistry
-
- getXLogger(String) - Static method in class org.slf4j.ext.XLoggerFactory
-
Get an XLogger instance by name.
- getXLogger(Class) - Static method in class org.slf4j.ext.XLoggerFactory
-
Get a new XLogger instance by class.
- IGNORE - Static variable in class org.slf4j.agent.AgentOptions
-
List of class prefixes to ignore when instrumenting.
- ignore(String[]) - Method in class org.slf4j.instrumentation.LogTransformer.Builder
-
- info(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the INFO level.
- info(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- instanceofLAL - Variable in class org.slf4j.ext.LoggerWrapper
-
- intValue() - Method in enum org.slf4j.ext.XLogger.Level
-
- isDebugEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isDebugEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isErrorEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isErrorEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isInfoEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isInfoEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isTraceEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isTraceEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isWarnEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
- isWarnEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- throwing(Throwable) - Method in class org.slf4j.ext.XLogger
-
Log an exception being thrown.
- throwing(XLogger.Level, Throwable) - Method in class org.slf4j.ext.XLogger
-
Log an exception being thrown allowing the log level to be specified.
- TIME - Static variable in class org.slf4j.agent.AgentOptions
-
Indicate that the agent should print out "new java.util.Date()" at the time
the option was processed and at shutdown time (using the shutdown hook).
- TimeInstrument - Interface in org.slf4j.profiler
-
This interface sets the methods that must be implemented by
Profiler
and
StopWatch
classes.
- toString() - Method in class org.slf4j.ext.EventData
-
Convert the EventData to a String.
- toString() - Method in enum org.slf4j.ext.XLogger.Level
-
- toString() - Method in class org.slf4j.profiler.Profiler
-
- toString() - Method in class org.slf4j.profiler.StopWatch
-
- ToStringHelper - Class in org.slf4j.instrumentation
-
- ToStringHelper() - Constructor for class org.slf4j.instrumentation.ToStringHelper
-
- toXML() - Method in class org.slf4j.ext.EventData
-
Serialize all the EventData items into an XML representation.
- toXML(Map<String, Object>) - Static method in class org.slf4j.ext.EventData
-
Serialize all the EventData items into an XML representation.
- trace(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the TRACE level.
- trace(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.slf4j.instrumentation.LogTransformer
-