public class GelfSenderResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_CODE |
static GelfSenderResult |
MESSAGE_NOT_VALID |
static GelfSenderResult |
MESSAGE_NOT_VALID_OR_SHUTTING_DOWN |
static GelfSenderResult |
OK |
| Constructor and Description |
|---|
GelfSenderResult(int code,
Exception e) |
public static final int ERROR_CODE
public static final GelfSenderResult OK
public static final GelfSenderResult MESSAGE_NOT_VALID_OR_SHUTTING_DOWN
public static final GelfSenderResult MESSAGE_NOT_VALID
public GelfSenderResult(int code,
Exception e)
Copyright © 2015. All Rights Reserved.