-
Methods in org.seppiko.glf.api that return Level
| Modifier and Type |
Method |
Description |
static Level |
Level.getLevel(int level) |
|
static Level |
Level.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.seppiko.glf.api with parameters of type Level
| Modifier and Type |
Method |
Description |
void |
LocationLogger.log(java.lang.String fqcn,
Level level,
Marker marker,
java.lang.String message,
java.lang.Object[] params,
java.lang.Throwable cause) |
|
-