Uses of Class
ch.qos.logback.classic.Level
Package
Description
Contains logback classic main classes.
Logback <-> java.util.logging (JUL) integration.
Contains core classes of logback classic.
Contains utility classes.
-
Uses of Level in ch.qos.logback.classic
Modifier and TypeFieldDescriptionstatic final Level
Level.ALL
TheALL
is used to turn on all logging.static final Level
Level.DEBUG
TheDEBUG
level designates informational events of lower importance.static final Level
Level.ERROR
TheERROR
level designates error events which may or not be fatal to the application.static final Level
Level.INFO
TheINFO
level designates informational messages highlighting overall progress of the application.static final Level
Level.OFF
TheOFF
is used to turn off logging.static final Level
Level.TRACE
TheTRACE
level designates informational events of very low importance.static final Level
Level.WARN
TheWARN
level designates potentially harmful situations.Modifier and TypeMethodDescriptionstatic Level
Level.convertAnSLF4JLevel
(org.slf4j.event.Level slf4jLevel) static Level
Level.fromLocationAwareLoggerInteger
(int levelInt) Convert one of the integer values defined inLocationAwareLogger
interface to an instance of this class, i.e.Logger.getEffectiveLevel()
Logger.getLevel()
static Level
Level.toLevel
(int val) Convert an integer passed as argument to a Level.static Level
Convert an integer passed as argument to a Level.static Level
Convert the string passed as argument to a Level.static Level
Convert the string passed as argument to a Level.static Level
This method exists in order to comply with Joran's valueOf convention.Modifier and TypeMethodDescriptionboolean
Logger.isEnabledFor
(Level level) boolean
Logger.isEnabledFor
(org.slf4j.Marker marker, Level level) boolean
Level.isGreaterOrEqual
(Level r) Returnstrue
if this Level has a higher or equal Level than the Level passed as argument,false
otherwise.void
static Level
Convert an integer passed as argument to a Level.static Level
Convert the string passed as argument to a Level.static int
Level.toLocationAwareLoggerInteger
(Level level) Convert this level instance to an integer value defined in theLocationAwareLogger
interface. -
Uses of Level in ch.qos.logback.classic.filter
-
Uses of Level in ch.qos.logback.classic.jul
Modifier and TypeMethodDescriptionstatic Level
JULHelper.asJULLevel
(Level lbLevel) void
LevelChangePropagator.onLevelChange
(Logger logger, Level level) -
Uses of Level in ch.qos.logback.classic.spi
Modifier and TypeMethodDescriptionILoggingEvent.getLevel()
LoggingEvent.getLevel()
LoggingEventVO.getLevel()
Modifier and TypeMethodDescriptionTurboFilterList.getTurboFilterChainDecision
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) Loop through the filters in the chain.void
LoggerContextListener.onLevelChange
(Logger logger, Level level) void
-
Uses of Level in ch.qos.logback.classic.turbo
Modifier and TypeMethodDescriptionDynamicThresholdFilter.getDefaultThreshold()
Get the default threshold value when the MDC key is not set.MDCValueLevelPair.getLevel()
Modifier and TypeMethodDescriptionDuplicateMessageFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) DynamicThresholdFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String s, Object[] objects, Throwable throwable) This method first finds the MDC value for 'key'.MarkerFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) MDCFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) ReconfigureOnChangeFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) abstract FilterReply
TurboFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) Make a decision based on the multiple parameters passed as arguments.void
DynamicThresholdFilter.setDefaultThreshold
(Level defaultThreshold) void
-
Uses of Level in ch.qos.logback.classic.util