| Package | Description |
|---|---|
| net.scharlie.lj4l.core.util.logging |
| Modifier and Type | Method and Description |
|---|---|
static Lj4lLogger.LogLevel |
Lj4lLogger.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lj4lLogger.LogLevel[] |
Lj4lLogger.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NullLogger.isEnabled(Lj4lLogger.LogLevel level) |
boolean |
Lj4lLogger.isEnabled(Lj4lLogger.LogLevel level)
Answer whether the given log level and the levels above are enabled.
|
void |
NullLogger.logWithLevel(Lj4lLogger.LogLevel level,
String message,
Throwable t) |
void |
Lj4lLogger.logWithLevel(Lj4lLogger.LogLevel level,
String message,
Throwable t)
Log a message with the given log level.
|
default void |
Lj4lLogger.logWithLevel(Lj4lLogger.LogLevel level,
Supplier<Object> msgSupplier)
Log a message with the given log level.
|
default void |
Lj4lLogger.logWithLevel(Lj4lLogger.LogLevel level,
Supplier<Object> msgSupplier,
Throwable t)
Log a message with the given log level.
|
Copyright © 2019. All rights reserved.