| Modifier and Type | Method and Description |
|---|---|
static Level |
Level.parse(String value,
Level defaultLevel)
Parse value or fallback to default level
|
static Level |
Level.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseLogger.log(String level,
Level defaultLevel,
String id,
String messageTemplate,
Object... parameters)
Logs a message with the specified log level.
|
static Level |
Level.parse(String value,
Level defaultLevel)
Parse value or fallback to default level
|
Copyright © 2014–2022 Camunda Services GmbH. All rights reserved.