Uses of Class
io.airlift.log.Level
-
-
Uses of Level in io.airlift.log
Methods in io.airlift.log that return Level Modifier and Type Method Description LevelLogging. getLevel(String loggerName)LevelLogging. getRootLevel()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 io.airlift.log that return types with arguments of type Level Modifier and Type Method Description Map<String,Level>Logging. getAllLevels()Methods in io.airlift.log with parameters of type Level Modifier and Type Method Description voidLogging. setLevel(String loggerName, Level level)voidLogging. setRootLevel(Level newLevel)
-