| Modifier and Type | Method and Description |
|---|---|
static Log.Level |
Log.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Log.Level[] |
Log.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Log.Collector.logged(Log.Level level,
java.lang.String msg,
java.lang.Throwable e)
Called when a message is logged.
|
void |
Log.setMinLevel(Log.Level level)
Configures the minimum log level that will be logged.
|
Copyright © 2018. All Rights Reserved.