| Package | Description |
|---|---|
| me.legrange.log |
| Modifier and Type | Method and Description |
|---|---|
Level |
Event.getLevel()
Get the log level at which this event is logged
|
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 |
|---|---|
static void |
Log.setDefaultLevel(Level level)
Set the default logging level.
|
void |
LogControl.setDefaultLevel(Level level)
Set the default logging level.
|
static void |
Log.setLevel(Level level)
Set the log level for the package calling the logger.
|
| Constructor and Description |
|---|
Event(String message,
Date timestamp,
Level level) |
Event(String message,
Date timestamp,
Level level,
Throwable throwable) |
Copyright © 2020. All rights reserved.