|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SJLogger.LogMsgTyp | |
---|---|
de.cau.cs.kieler.klots.sj.embedded | KLOTS embedded SJ add-on classes. |
de.cau.cs.kieler.sj | A package for synchronous programming in java. |
Uses of SJLogger.LogMsgTyp in de.cau.cs.kieler.klots.sj.embedded |
---|
Methods in de.cau.cs.kieler.klots.sj.embedded with parameters of type SJLogger.LogMsgTyp | |
---|---|
void |
EmbeddedPCLogger.log(SJLogger.LogMsgTyp msgTyp,
String message)
Logs an information. |
Uses of SJLogger.LogMsgTyp in de.cau.cs.kieler.sj |
---|
Methods in de.cau.cs.kieler.sj that return SJLogger.LogMsgTyp | |
---|---|
static SJLogger.LogMsgTyp |
SJLogger.LogMsgTyp.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SJLogger.LogMsgTyp[] |
SJLogger.LogMsgTyp.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.cau.cs.kieler.sj with parameters of type SJLogger.LogMsgTyp | |
---|---|
void |
SJLogger.log(SJLogger.LogMsgTyp msgTyp,
String msg)
Logs an information. |
void |
SimpleLogger.log(SJLogger.LogMsgTyp msgTyp,
String message)
Prints all logged messages to the terminal. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |