Uses of Class
org.slf4j.event.Level
-
Packages that use Level Package Description org.slf4j.event org.slf4j.spi Classes and interfaces which are internal to SLF4J. -
-
Uses of Level in org.slf4j.event
Methods in org.slf4j.event that return Level Modifier and Type Method Description LevelDefaultLoggingEvent. getLevel()LevelLoggingEvent. getLevel()LevelSubstituteLoggingEvent. getLevel()static LevelLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Level[]Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.slf4j.event with parameters of type Level Modifier and Type Method Description voidSubstituteLoggingEvent. setLevel(Level level)Constructors in org.slf4j.event with parameters of type Level Constructor Description DefaultLoggingEvent(Level level, Logger logger) -
Uses of Level in org.slf4j.spi
Constructors in org.slf4j.spi with parameters of type Level Constructor Description DefaultLoggingEventBuilder(Logger logger, Level level)
-