C D E G I L O T U V W 

C

ConventionalLevelHierarchy - Class in uk.org.lidalia.slf4jext
The conventional hierarchical notion of Levels, where info being enabled implies warn and error being enabled, is not a requirement of the SLF4J API.

D

debug(String) - Method in class uk.org.lidalia.slf4jext.Logger
 
debug(String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
debug(String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
debug(String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
 
debug(String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
 
debug(Marker, String) - Method in class uk.org.lidalia.slf4jext.Logger
 
debug(Marker, String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
debug(Marker, String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
debug(Marker, String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
 
debug(Marker, String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
 
DEBUG_LEVELS - Static variable in class uk.org.lidalia.slf4jext.ConventionalLevelHierarchy
Levels that would be considered enabled in Log4J/Logback if a Logger was set to DEBUG.

E

enablableValueSet() - Static method in enum uk.org.lidalia.slf4jext.Level
 
error(String) - Method in class uk.org.lidalia.slf4jext.Logger
 
error(String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
error(String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
error(String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
 
error(String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
 
error(Marker, String) - Method in class uk.org.lidalia.slf4jext.Logger
 
error(Marker, String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
error(Marker, String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
error(Marker, String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
 
error(Marker, String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
 
ERROR_LEVELS - Static variable in class uk.org.lidalia.slf4jext.ConventionalLevelHierarchy
Levels that would be considered enabled in Log4J/Logback if a Logger was set to ERROR.

G

getLogger(Class<?>) - Static method in class uk.org.lidalia.slf4jext.LoggerFactory
Return a Logger decorating the SLF4J Logger returned by a call to SLF4J's LoggerFactory.getLogger(Class).
getLogger(String) - Static method in class uk.org.lidalia.slf4jext.LoggerFactory
Return a Logger decorating the SLF4J Logger returned by a call to SLF4J's LoggerFactory.getLogger(String).
getName() - Method in class uk.org.lidalia.slf4jext.Logger
 

I

info(String) - Method in class uk.org.lidalia.slf4jext.Logger
 
info(String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
info(String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
info(String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
 
info(String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
 
info(Marker, String) - Method in class uk.org.lidalia.slf4jext.Logger
 
info(Marker, String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
info(Marker, String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
info(Marker, String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
 
info(Marker, String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
 
INFO_LEVELS - Static variable in class uk.org.lidalia.slf4jext.ConventionalLevelHierarchy
Levels that would be considered enabled in Log4J/Logback if a Logger was set to INFO.
isDebugEnabled() - Method in class uk.org.lidalia.slf4jext.Logger
 
isDebugEnabled(Marker) - Method in class uk.org.lidalia.slf4jext.Logger
 
isEnabled(Level) - Method in class uk.org.lidalia.slf4jext.Logger
Is the logger instance enabled for a given level? Delegates to the appropriate method for the level - for instance, if the provided level is Level.DEBUG, this method will delegate to Logger.isDebugEnabled() on the decorated logger.
isEnabled(Level, Marker) - Method in class uk.org.lidalia.slf4jext.Logger
Similar to isTraceEnabled() method except that the marker data is also taken into account.
isErrorEnabled() - Method in class uk.org.lidalia.slf4jext.Logger
 
isErrorEnabled(Marker) - Method in class uk.org.lidalia.slf4jext.Logger
 
isInfoEnabled() - Method in class uk.org.lidalia.slf4jext.Logger
 
isInfoEnabled(Marker) - Method in class uk.org.lidalia.slf4jext.Logger
 
isTraceEnabled() - Method in class uk.org.lidalia.slf4jext.Logger
 
isTraceEnabled(Marker) - Method in class uk.org.lidalia.slf4jext.Logger
 
isWarnEnabled() - Method in class uk.org.lidalia.slf4jext.Logger
 
isWarnEnabled(Marker) - Method in class uk.org.lidalia.slf4jext.Logger
 

L

Level - Enum in uk.org.lidalia.slf4jext
Enum modelling the logical levels implied by the way SLF4J has the same set of methods repeated with different names.
log(Level, String) - Method in class uk.org.lidalia.slf4jext.Logger
Delegates to the appropriate logging method for the level.
log(Level, String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
Delegates to the appropriate logging method for the level.
log(Level, String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
Delegates to the appropriate logging method for the level.
log(Level, String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
Delegates to the appropriate logging method for the level.
log(Level, String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
Delegates to the appropriate logging method for the level.
log(Level, Marker, String) - Method in class uk.org.lidalia.slf4jext.Logger
Delegates to the appropriate logging method for the level.
log(Level, Marker, String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
Delegates to the appropriate logging method for the level.
log(Level, Marker, String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
Delegates to the appropriate logging method for the level.
log(Level, Marker, String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
Delegates to the appropriate logging method for the level.
log(Level, Marker, String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
Delegates to the appropriate logging method for the level.
Logger - Class in uk.org.lidalia.slf4jext
A decorator around an SLF4J Logger that adds a set of methods called log that take an instance of Level as the first argument and delegate to the appropriate method on the SLF4J Logger (info for INFO, etc).
Logger(Logger) - Constructor for class uk.org.lidalia.slf4jext.Logger
Returns a new Logger that decorates the provided SLF4J Logger.
LoggerFactory - Class in uk.org.lidalia.slf4jext
Convenient equivalents of the static functions on SLF4J's LoggerFactory.

O

OFF_LEVELS - Static variable in class uk.org.lidalia.slf4jext.ConventionalLevelHierarchy
Levels that would be considered enabled in Log4J/Logback if a Logger was set to OFF.

T

trace(String) - Method in class uk.org.lidalia.slf4jext.Logger
 
trace(String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
trace(String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
trace(String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
 
trace(String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
 
trace(Marker, String) - Method in class uk.org.lidalia.slf4jext.Logger
 
trace(Marker, String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
trace(Marker, String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
trace(Marker, String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
 
trace(Marker, String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
 
TRACE_LEVELS - Static variable in class uk.org.lidalia.slf4jext.ConventionalLevelHierarchy
Levels that would be considered enabled in Log4J/Logback if a Logger was set to TRACE.

U

uk.org.lidalia.slf4jext - package uk.org.lidalia.slf4jext
 

V

valueOf(String) - Static method in enum uk.org.lidalia.slf4jext.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum uk.org.lidalia.slf4jext.Level
Returns an array containing the constants of this enum type, in the order they are declared.
valueSet() - Static method in enum uk.org.lidalia.slf4jext.Level
 

W

warn(String) - Method in class uk.org.lidalia.slf4jext.Logger
 
warn(String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
warn(String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
 
warn(String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
warn(String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
 
warn(Marker, String) - Method in class uk.org.lidalia.slf4jext.Logger
 
warn(Marker, String, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
warn(Marker, String, Object, Object) - Method in class uk.org.lidalia.slf4jext.Logger
 
warn(Marker, String, Object...) - Method in class uk.org.lidalia.slf4jext.Logger
 
warn(Marker, String, Throwable) - Method in class uk.org.lidalia.slf4jext.Logger
 
WARN_LEVELS - Static variable in class uk.org.lidalia.slf4jext.ConventionalLevelHierarchy
Levels that would be considered enabled in Log4J/Logback if a Logger was set to WARN.
C D E G I L O T U V W 

Copyright © 2013. All Rights Reserved.