Uses of Class
sj.SJLogger.LogMsgTyp

Packages that use SJLogger.LogMsgTyp
sj A package for synchronous programming in java. 
 

Uses of SJLogger.LogMsgTyp in sj
 

Methods in 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 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.