|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SJLogger.LogMsgTyp>
de.cau.cs.kieler.sj.SJLogger.LogMsgTyp
public static enum SJLogger.LogMsgTyp
The different Levels which can be used for logging.
Enum Constant Summary | |
---|---|
INSTRUCTION
Used if the logged information is about execution an instruction. |
|
PROGRAM_INFO
Used if the logged information is a general info about the execution SJ program. |
|
SIGNALS
Used if the logged information is about signals and their status. |
|
TICK_INFO
Used if the logged information includes information about the current tick. |
Method Summary | |
---|---|
static SJLogger.LogMsgTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SJLogger.LogMsgTyp[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SJLogger.LogMsgTyp INSTRUCTION
public static final SJLogger.LogMsgTyp TICK_INFO
public static final SJLogger.LogMsgTyp SIGNALS
public static final SJLogger.LogMsgTyp PROGRAM_INFO
Method Detail |
---|
public static SJLogger.LogMsgTyp[] values()
for (SJLogger.LogMsgTyp c : SJLogger.LogMsgTyp.values()) System.out.println(c);
public static SJLogger.LogMsgTyp valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |