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 LevelLevel.ALLTheALLis used to turn on all logging.static final LevelLevel.DEBUGTheDEBUGlevel designates informational events of lower importance.static final LevelLevel.ERRORTheERRORlevel designates error events which may or not be fatal to the application.static final LevelLevel.INFOTheINFOlevel designates informational messages highlighting overall progress of the application.private LevelLogger.levelstatic final LevelLevel.OFFTheOFFis used to turn off logging.static final LevelLevel.TRACETheTRACElevel designates informational events of very low importance.static final LevelLevel.WARNTheWARNlevel designates potentially harmful situations.Methods in ch.qos.logback.classic that return LevelModifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionprivate voidLogger.buildLoggingEventAndAppend(String localFQCN, org.slf4j.Marker marker, Level level, String msg, Object[] params, Throwable t) private FilterReplyLogger.callTurboFilters(org.slf4j.Marker marker, Level level) Method that calls the attached TurboFilter objects based on the logger and the level.private voidLogger.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 voidLogger.filterAndLog_1(String localFQCN, org.slf4j.Marker marker, Level level, String msg, Object param, Throwable t) private voidLogger.filterAndLog_2(String localFQCN, org.slf4j.Marker marker, Level level, String msg, Object param1, Object param2, Throwable t) (package private) voidLoggerContext.fireOnLevelChange(Logger logger, Level level) (package private) final FilterReplyLoggerContext.getTurboFilterChainDecision_0_3OrMore(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) (package private) final FilterReplyLoggerContext.getTurboFilterChainDecision_1(org.slf4j.Marker marker, Logger logger, Level level, String format, Object param, Throwable t) (package private) final FilterReplyLoggerContext.getTurboFilterChainDecision_2(org.slf4j.Marker marker, Logger logger, Level level, String format, Object param1, Object param2, Throwable t) booleanLogger.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
Fields in ch.qos.logback.classic.filter declared as LevelModifier and TypeFieldDescription(package private) LevelLevelFilter.level(package private) LevelThresholdFilter.levelMethods 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 LevelJULHelper.asJULLevel(Level lbLevel) voidLevelChangePropagator.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 LevelLoggingEvent.levelLevel of logging event.private LevelLoggingEventVO.levelMethods 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
Fields in ch.qos.logback.classic.turbo declared as LevelModifier and TypeFieldDescriptionprivate LevelDynamicThresholdFilter.defaultThresholdprivate LevelMDCValueLevelPair.levelFields 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 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 -
Uses of Level in chapters.filters
Methods in chapters.filters with parameters of type Level