de.cau.cs.kieler.sj
Interface SJLogger

All Known Implementing Classes:
EmbeddedPCLogger, SimpleLogger

public interface SJLogger

Interface to log the status and the actions of a SJProgram. This is necessary because some embedded api's do not have the package java.util.logging which is typically used for this.

Rating red

Nested Class Summary
static class SJLogger.LogMsgTyp
          The different Levels which can be used for logging.
 
Method Summary
 void log(SJLogger.LogMsgTyp msgTyp, String msg)
          Logs an information.
 

Method Detail

log

void log(SJLogger.LogMsgTyp msgTyp,
         String msg)
Logs an information.

Parameters:
msgTyp - The type of the message to log.
msg - The message for the logger to interact with.