Uses of Class
ch.qos.logback.classic.Level
Packages that use Level
Package
Description
Contains logback classic main classes.
Logback <-> java.util.logging (JUL) integration.
Contains core classes of logback classic.
-
Uses of Level in ch.qos.logback.classic
Fields in ch.qos.logback.classic declared as LevelModifier 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.private Level
Logger.level
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.Methods in ch.qos.logback.classic that return LevelModifier and TypeMethodDescriptionstatic 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.Methods in ch.qos.logback.classic with parameters of type LevelModifier and TypeMethodDescriptionprivate void
Logger.buildLoggingEventAndAppend
(String localFQCN, org.slf4j.Marker marker, Level level, String msg, Object[] params, Throwable t) private FilterReply
Logger.callTurboFilters
(org.slf4j.Marker marker, Level level) Method that calls the attached TurboFilter objects based on the logger and the level.private void
Logger.filterAndLog_0_Or3Plus
(String localFQCN, org.slf4j.Marker marker, Level level, String msg, Object[] params, Throwable t) The next methods are not merged into one because of the time we gain by not creating a new Object[] with the params.private void
Logger.filterAndLog_1
(String localFQCN, org.slf4j.Marker marker, Level level, String msg, Object param, Throwable t) private void
Logger.filterAndLog_2
(String localFQCN, org.slf4j.Marker marker, Level level, String msg, Object param1, Object param2, Throwable t) (package private) void
LoggerContext.fireOnLevelChange
(Logger logger, Level level) (package private) final FilterReply
LoggerContext.getTurboFilterChainDecision_0_3OrMore
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) (package private) final FilterReply
LoggerContext.getTurboFilterChainDecision_1
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object param, Throwable t) (package private) final FilterReply
LoggerContext.getTurboFilterChainDecision_2
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object param1, Object param2, Throwable t) boolean
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
Fields in ch.qos.logback.classic.filter declared as LevelModifier and TypeFieldDescription(package private) Level
LevelFilter.level
(package private) Level
ThresholdFilter.level
Methods in ch.qos.logback.classic.filter with parameters of type Level -
Uses of Level in ch.qos.logback.classic.jmx
Methods in ch.qos.logback.classic.jmx with parameters of type Level -
Uses of Level in ch.qos.logback.classic.jul
Methods in ch.qos.logback.classic.jul with parameters of type LevelModifier and TypeMethodDescriptionstatic Level
JULHelper.asJULLevel
(Level lbLevel) void
LevelChangePropagator.onLevelChange
(Logger logger, Level level) private void
-
Uses of Level in ch.qos.logback.classic.spi
Fields in ch.qos.logback.classic.spi declared as LevelModifier and TypeFieldDescriptionprivate Level
LoggingEvent.level
Level of logging event.private Level
LoggingEventVO.level
Methods in ch.qos.logback.classic.spi that return LevelModifier and TypeMethodDescriptionILoggingEvent.getLevel()
LoggingEvent.getLevel()
LoggingEventVO.getLevel()
Methods in ch.qos.logback.classic.spi with parameters of type LevelModifier 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
Constructors in ch.qos.logback.classic.spi with parameters of type Level -
Uses of Level in ch.qos.logback.classic.turbo
Fields in ch.qos.logback.classic.turbo declared as LevelModifier and TypeFieldDescriptionprivate Level
DynamicThresholdFilter.defaultThreshold
private Level
MDCValueLevelPair.level
Fields in ch.qos.logback.classic.turbo with type parameters of type LevelMethods in ch.qos.logback.classic.turbo that return LevelModifier and TypeMethodDescriptionDynamicThresholdFilter.getDefaultThreshold()
Get the default threshold value when the MDC key is not set.MDCValueLevelPair.getLevel()
Methods in ch.qos.logback.classic.turbo with parameters of type LevelModifier 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 chapters.filters
Methods in chapters.filters with parameters of type Level