public class LogCode
extends org.eclipse.stardust.common.IntKey
| Modifier and Type | Field and Description |
|---|---|
static LogCode |
ADMINISTRATION
The LogEntry was created by an external administration event.
|
static LogCode |
APPLICATION
The LogEntry was created during application execution
|
static LogCode |
DAEMON
The LogEntry was created during daemon execution.
|
static LogCode |
DATA
The LogEntry was created by a process data operation
|
static LogCode |
ENGINE
The LogEntry was created in the engine context.
|
static LogCode |
EVENT
The LogEntry was created during event handling.
|
static LogCode |
EXTERNAL
The LogEntry was created by an external invocation.
|
static LogCode |
PWH
The LogEntry was created in the Process Warehouse context.
|
static LogCode |
RECOVERY
The LogEntry was created during recovery.
|
static LogCode |
SECURITY
The LogEntry was created in the security context.
|
static LogCode |
UNKNOWN
Unknown context.
|
| Modifier and Type | Method and Description |
|---|---|
static LogCode |
getKey(int code)
Factory method to get the LogCode object corresponding to the numerical code.
|
public static final LogCode UNKNOWN
public static final LogCode PWH
public static final LogCode SECURITY
public static final LogCode ENGINE
public static final LogCode RECOVERY
public static final LogCode DAEMON
public static final LogCode EVENT
public static final LogCode EXTERNAL
public static final LogCode ADMINISTRATION
public static final LogCode DATA
public static final LogCode APPLICATION
public static LogCode getKey(int code)
code - the numeric code of the LogCode.Copyright © 2016 Eclipse Stardust. All Rights Reserved.