org.activemath.webapp.ws
Class PlainLogger

java.lang.Object
  extended by org.activemath.webapp.ws.PlainLogger

public class PlainLogger
extends Object

A very simple class to write to the console from the outside world.


Constructor Summary
PlainLogger()
           
 
Method Summary
 String debug(String message)
           
 String error(Object message)
           
 String info(String message)
           
 String warn(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainLogger

public PlainLogger()
Method Detail

debug

public String debug(String message)

info

public String info(String message)

warn

public String warn(String message)

error

public String error(Object message)