Package | Description |
---|---|
org.slf4j.event |
Modifier and Type | Field and Description |
---|---|
(package private) Level |
SubstituteLoggingEvent.level |
Modifier and Type | Method and Description |
---|---|
Level |
SubstituteLoggingEvent.getLevel() |
Level |
LoggingEvent.getLevel() |
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.
|
Modifier and Type | Method and Description |
---|---|
private void |
EventRecodingLogger.recordEvent(Level level,
Marker marker,
java.lang.String msg,
java.lang.Object[] args,
java.lang.Throwable throwable) |
private void |
EventRecodingLogger.recordEvent(Level level,
java.lang.String msg,
java.lang.Object[] args,
java.lang.Throwable throwable) |
void |
SubstituteLoggingEvent.setLevel(Level level) |