public class LogType
extends org.eclipse.stardust.common.IntKey
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static LogType |
getKey(int code)
Factory method to get the LogType object corresponding to the numerical code.
|
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
public static LogType getKey(int code)
code - the numeric code of the LogType.Copyright © 2016 Eclipse Stardust. All Rights Reserved.