| Package | Description |
|---|---|
| org.graylog2.gelfclient |
| Modifier and Type | Method and Description |
|---|---|
GelfMessageVersion |
GelfMessage.getVersion() |
static GelfMessageVersion |
GelfMessageVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GelfMessageVersion[] |
GelfMessageVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GelfMessage(String message,
String host,
GelfMessageVersion version) |
GelfMessageBuilder(String message,
String host,
GelfMessageVersion version)
Construct a
GelfMessageBuilder instance with the given message and @{code host} field. |
Copyright © 2016 TORCH. All rights reserved.