| Package | Description |
|---|---|
| org.graylog2.gelfclient |
| Modifier and Type | Method and Description |
|---|---|
static GelfMessageLevel |
GelfMessageLevel.fromNumericLevel(int level) |
GelfMessageLevel |
GelfMessage.getLevel() |
static GelfMessageLevel |
GelfMessageLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GelfMessageLevel[] |
GelfMessageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GelfMessageBuilder |
GelfMessageBuilder.level(GelfMessageLevel level)
Set the level (priority) of the
GelfMessage. |
void |
GelfMessage.setLevel(GelfMessageLevel level) |
Copyright © 2014–2017 Graylog, Inc.. All rights reserved.