public class EventCodes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_IP |
static String |
ATTRIBUTE_LOG_MESSAGE
This attribute is the key for the log message previously passes to log.info()/log.debug() calls
|
static String |
ATTRIBUTE_THROWABLE
This attribute is the key for the throwable object previously passed in some log.info() calls.
|
static int |
EVENT_CONNECTION_ATTEMPT |
static int |
EVENT_DEBUG_LOG
Logging event, this event replaces log.debug(String) calls
|
static int |
EVENT_ERROR_LOG
Logging event, this event replaces log.error(String) calls
|
static int |
EVENT_EXCEPTION_LOG
Logging event, this event replaces log.info(String,Throwable) calls
|
static int |
EVENT_LOG
Logging event, this event replaces log.info(String) calls
|
| Constructor and Description |
|---|
EventCodes() |
public static final String ATTRIBUTE_IP
public static final String ATTRIBUTE_LOG_MESSAGE
public static final String ATTRIBUTE_THROWABLE
public static final int EVENT_CONNECTION_ATTEMPT
public static final int EVENT_LOG
public static final int EVENT_DEBUG_LOG
public static final int EVENT_EXCEPTION_LOG
public static final int EVENT_ERROR_LOG
Copyright © 2012. All Rights Reserved.