|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.common.IntKey
org.eclipse.stardust.engine.api.runtime.LogType
public class LogType
Wrapper class for the log entry types. It provides human readable names for the log type codes.
| Field Summary | |
|---|---|
static LogType |
Debug
|
static int |
DEBUG
The LogEntry contains debug information. |
static LogType |
Error
|
static int |
ERROR
The LogEntry contains an error. |
static LogType |
Fatal
|
static int |
FATAL
The LogEntry contains a fatal error. |
static LogType |
Info
|
static int |
INFO
The LogEntry contains information. |
static int |
UNKNOWN
The LogEntry contains unknown information. |
static LogType |
Unknwon
|
static LogType |
Warn
|
static int |
WARN
The LogEntry contains a warning. |
| Method Summary | |
|---|---|
static LogType |
getKey(int code)
Factory method to get the LogType object corresponding to the numerical code. |
| Methods inherited from class org.eclipse.stardust.common.IntKey |
|---|
compareTo, equals, getKey, getKeys, getName, getValue, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int UNKNOWN
public static final int DEBUG
public static final int INFO
public static final int WARN
public static final int ERROR
public static final int FATAL
public static final LogType Unknwon
public static final LogType Debug
public static final LogType Info
public static final LogType Warn
public static final LogType Error
public static final LogType Fatal
| Method Detail |
|---|
public static LogType getKey(int code)
code - the numeric code of the LogType.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||