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 LevelLevel.ALLTheALLis used to turn on all logging.static LevelLevel.DEBUGTheDEBUGlevel designates informational events of lower importance.static LevelLevel.ERRORTheERRORlevel designates error events which may or not be fatal to the application.static LevelLevel.INFOTheINFOlevel designates informational messages highlighting overall progress of the application.static LevelLevel.OFFTheOFFis used to turn off logging.static LevelLevel.TRACETheTRACElevel designates informational events of very low importance.static LevelLevel.WARNTheWARNlevel designates potentially harmful situations.Methods in ch.qos.logback.classic that return LevelModifier and TypeMethodDescriptionstatic LevelLevel.convertAnSLF4JLevel(org.slf4j.event.Level slf4jLevel)static LevelLevel.fromLocationAwareLoggerInteger(int levelInt)Convert one of the integer values defined inLocationAwareLoggerinterface to an instance of this class, i.e.Logger.getEffectiveLevel()Logger.getLevel()static LevelLevel.toLevel(int val)Convert an integer passed as argument to a Level.static LevelConvert an integer passed as argument to a Level.static LevelConvert the string passed as argument to a Level.static LevelConvert the string passed as argument to a Level.static LevelThis method exists in order to comply with Joran's valueOf convention.Methods in ch.qos.logback.classic with parameters of type LevelModifier and TypeMethodDescriptionbooleanLogger.isEnabledFor(Level level)booleanLogger.isEnabledFor(org.slf4j.Marker marker, Level level)booleanLevel.isGreaterOrEqual(Level r)Returnstrueif this Level has a higher or equal Level than the Level passed as argument,falseotherwise.voidstatic LevelConvert an integer passed as argument to a Level.static LevelConvert the string passed as argument to a Level.static intLevel.toLocationAwareLoggerInteger(Level level)Convert this level instance to an integer value defined in theLocationAwareLoggerinterface. -
Uses of Level in ch.qos.logback.classic.filter
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 LevelModifier and TypeMethodDescriptionvoidJMXConfigurator.onLevelChange(Logger logger, Level level) -
Uses of Level in ch.qos.logback.classic.jul
Methods in ch.qos.logback.classic.jul with parameters of type LevelModifier and TypeMethodDescriptionstatic LevelJULHelper.asJULLevel(Level lbLevel)voidLevelChangePropagator.onLevelChange(Logger logger, Level level) -
Uses of Level in ch.qos.logback.classic.spi
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.voidLoggerContextListener.onLevelChange(Logger logger, Level level)voidConstructors in ch.qos.logback.classic.spi with parameters of type Level -
Uses of Level in ch.qos.logback.classic.turbo
Methods 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 FilterReplyTurboFilter.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.voidDynamicThresholdFilter.setDefaultThreshold(Level defaultThreshold)void