Uses of Class
org.camunda.commons.logging.Level
-
-
Uses of Level in org.camunda.commons.logging
Methods in org.camunda.commons.logging that return Level Modifier and Type Method Description static LevelLevel. parse(java.lang.String value, Level defaultLevel)Parse value or fallback to default levelstatic LevelLevel. valueOf(java.lang.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.camunda.commons.logging with parameters of type Level Modifier and Type Method Description protected voidBaseLogger. log(java.lang.String level, Level defaultLevel, java.lang.String id, java.lang.String messageTemplate, java.lang.Object... parameters)Logs a message with the specified log level.static LevelLevel. parse(java.lang.String value, Level defaultLevel)Parse value or fallback to default level
-