de.cau.cs.kieler.sj
Class SimpleLogger
java.lang.Object
de.cau.cs.kieler.sj.SimpleLogger
- All Implemented Interfaces:
- SJLogger
public class SimpleLogger
- extends Object
- implements SJLogger
A very simple logger for a SJ program. If this logger is used all messages logged by the SJ
program will printed via System.out.println()
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleLogger
public SimpleLogger()
log
public void log(SJLogger.LogMsgTyp msgTyp,
String message)
- Prints all logged messages to the terminal.
- Specified by:
log
in interface SJLogger
- Parameters:
msgTyp
- The type of the given message.message
- The message to log at the terminal.