| Package | Description |
|---|---|
| net.kencochrane.raven.event | |
| net.kencochrane.raven.jul |
| Modifier and Type | Method and Description |
|---|---|
Event.Level |
Event.getLevel() |
static Event.Level |
Event.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Level[] |
Event.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EventBuilder |
EventBuilder.setLevel(Event.Level level)
Sets the log level in the event.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Event.Level |
SentryHandler.getLevel(Level level)
Transforms a
Level into an Event.Level. |
Copyright © 2012–2014. All rights reserved.