Main Page   Class Hierarchy   Compound List   File List   Compound Members  

LogIfc Interface Reference

List of all members.

Detailed Description

LogIfc.java defines simple interface for loging some info.

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

Author:
Artur Hefczyc
Version:
Revision
1.1

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.


Member Function Documentation

void log String    msg
 

log method implementation should handle given message and write it to destination log location.

It doesn't matter where it is. It can be System.out, System.err or some file or even more sofisticated logging system.

Parameters:
msg a String value

void logException Exception    exc
 

logException method implementation should handle given exception as a log message.

It doesn't matter where this message will be directed.

Parameters:
exc an Exception value


The documentation for this interface was generated from the following file:
Generated on Thu Dec 19 21:00:48 2002 for WTTools - Remote Console by doxygen1.3-rc2