At the moment no classes has implemented any logging code but I am going to add logging all commands received from remote console.
Your implementation of this interface should handle logging to any place you want.
Created: Fri Jan 11 13:21:39 2002
Definition at line 38 of file LogIfc.java.
Public Methods | |
void | log (String msg) |
log method implementation should handle given message and write it to destination log location. | |
void | logException (Exception exc) |
logException method implementation should handle given exception as a log message. |
|
It doesn't matter where it is. It can be
|
|
It doesn't matter where this message will be directed.
|