Uses of Class
org.apache.log4j.Level
-
Packages that use Level Package Description org.apache.log4j An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger.org.apache.log4j.spi -
-
Uses of Level in org.apache.log4j
Fields in org.apache.log4j declared as Level Modifier and Type Field Description static LevelLevel. ALLTheALLhas the lowest possible rank and is intended to turn on all logging.static LevelLevel. DEBUGTheDEBUGLevel designates fine-grained informational events that are most useful to debug an application.static LevelLevel. ERRORTheERRORlevel designates error events that might still allow the application to continue running.static LevelLevel. FATALTheFATALlevel designates very severe error events that will presumably lead the application to abort.static LevelLevel. INFOTheINFOlevel designates informational messages that highlight the progress of the application at coarse-grained level.static LevelLevel. OFFTheOFFhas the highest possible rank and is intended to turn off logging.static LevelLevel. TRACETheTRACELevel designates finer-grained informational events than theDEBUGlevel.static LevelLevel. WARNTheWARNlevel designates potentially harmful situations.Methods in org.apache.log4j that return Level Modifier and Type Method Description LevelCategory. getEffectiveLevel()Return the level in effect for this category/logger.LevelCategory. getLevel()Returns the assignedLevel, if any, for this Category.LevelCategory. getPriority()Deprecated.Please useCategory.getLevel()instead.static LevelLevel. toLevel(int val)Convert an integer passed as argument to a level.static LevelLevel. toLevel(int val, Level defaultLevel)Convert an integer passed as argument to a level.static LevelLevel. toLevel(java.lang.String sArg)Convert the string passed as argument to a level.static LevelLevel. toLevel(java.lang.String sArg, Level defaultLevel)Convert the string passed as argument to a level.Methods in org.apache.log4j with parameters of type Level Modifier and Type Method Description voidCategory. setLevel(Level level)static LevelLevel. toLevel(int val, Level defaultLevel)Convert an integer passed as argument to a level.static LevelLevel. toLevel(java.lang.String sArg, Level defaultLevel)Convert the string passed as argument to a level. -
Uses of Level in org.apache.log4j.spi
Methods in org.apache.log4j.spi that return Level Modifier and Type Method Description LevelLoggerRepository. getThreshold()Get the repository-wide threshold.Methods in org.apache.log4j.spi with parameters of type Level Modifier and Type Method Description voidLoggerRepository. setThreshold(Level level)Set the repository-wide threshold.
-