de.matthias_burbach.mosaique.core.util
Class SimpleLog

java.lang.Object
  extended byde.matthias_burbach.mosaique.core.util.SimpleLog
All Implemented Interfaces:
Log

public class SimpleLog
extends java.lang.Object
implements Log

Is a simple log implementation which outputs messages to System.out.

Author:
Matthias Burbach

Field Summary
 
Fields inherited from interface de.matthias_burbach.mosaique.core.util.Log
SEVERITY_ERROR, SEVERITY_INFO, SEVERITY_WARNING
 
Constructor Summary
SimpleLog()
           
 
Method Summary
 void log(java.lang.String severity, java.lang.String message)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLog

public SimpleLog()
Method Detail

log

public void log(java.lang.String severity,
                java.lang.String message)

Specified by:
log in interface Log
Parameters:
severity - One of Log.SEVERITY_INFO, Log.SEVERITY_WARNING, Log.SEVERITY_ERROR.
message - The message to log.


Copyright © 2005-2006 . All Rights Reserved.