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

Constructor Summary
RemoteLog()
           
 
Method Summary
 void addLogListener(Log.LogListener listener)
           
 void debug(java.lang.String s)
           
 void debug(java.lang.String channel, java.lang.String s)
           
 void exception(java.lang.String s, java.lang.Exception e)
           
 void log(java.lang.String s)
           
 void removeLogListener(Log.LogListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLog

public RemoteLog()
Method Detail

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)