de.cau.cs.kieler.klots.sj.embedded
Class EmbeddedPCLogger

java.lang.Object
  extended by de.cau.cs.kieler.klots.sj.embedded.EmbeddedPCLogger
All Implemented Interfaces:
SJLogger

public class EmbeddedPCLogger
extends Object
implements SJLogger

Rating red

Nested Class Summary
 
Nested classes/interfaces inherited from interface de.cau.cs.kieler.sj.SJLogger
SJLogger.LogMsgTyp
 
Constructor Summary
EmbeddedPCLogger(EmbeddedPCCommunicator comm)
           
 
Method Summary
 void log(SJLogger.LogMsgTyp msgTyp, String message)
          Logs an information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedPCLogger

public EmbeddedPCLogger(EmbeddedPCCommunicator comm)
Parameters:
comm -
Method Detail

log

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

Specified by:
log in interface SJLogger
Parameters:
msgTyp - The type of the message to log.
message - The message for the logger to interact with.