org.activemath.webapp.ws
Class PlainLogger
java.lang.Object
org.activemath.webapp.ws.PlainLogger
public class PlainLogger
- extends Object
A very simple class to write to the console
from the outside world.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainLogger
public PlainLogger()
debug
public String debug(String message)
info
public String info(String message)
warn
public String warn(String message)
error
public String error(Object message)