Uses of Class
org.slf4j.event.Level
-
Packages that use Level Package Description org.slf4j.event -
-
Uses of Level in org.slf4j.event
Fields in org.slf4j.event declared as Level Modifier and Type Field Description (package private) LevelSubstituteLoggingEvent. levelMethods in org.slf4j.event that return Level Modifier and Type Method Description 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)
-