stomp.util
Interface Log.LogListener
- All Superinterfaces:
- java.rmi.Remote
- Enclosing interface:
- Log
- public static interface Log.LogListener
- extends java.rmi.Remote
Method Summary |
void |
debug(java.lang.String channel,
java.lang.String message)
|
void |
exception(java.lang.String channel,
java.lang.String message,
java.lang.Throwable t)
|
void |
log(java.lang.String channel,
java.lang.String message)
|
debug
public void debug(java.lang.String channel,
java.lang.String message)
throws java.rmi.RemoteException
java.rmi.RemoteException
exception
public void exception(java.lang.String channel,
java.lang.String message,
java.lang.Throwable t)
throws java.rmi.RemoteException
java.rmi.RemoteException
log
public void log(java.lang.String channel,
java.lang.String message)
throws java.rmi.RemoteException
java.rmi.RemoteException