stomp.util
Class RemoteLog
java.lang.Object
|
+--stomp.util.RemoteLog
- public class RemoteLog
- extends java.lang.Object
allows clients to synchronize their output with messages being printed on the server.
- Author:
- Eric Lindauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteLog
public RemoteLog()
log
public void log(java.lang.String s)
exception
public void exception(java.lang.String s,
java.lang.Exception e)
debug
public void debug(java.lang.String s)
debug
public void debug(java.lang.String channel,
java.lang.String s)
addLogListener
public void addLogListener(Log.LogListener listener)
removeLogListener
public void removeLogListener(Log.LogListener listener)