All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class syd.log.Log

java.lang.Object
   |
   +----syd.log.Log

public class Log
extends Object
A manager of the logging information produced by the program.


Constructor Index

 o Log()
CONSTRUCTOR: creates a new Log for the daemon.
 o Log(InputData)
CONSTRUCTOR: creates a new Log for a the session.

Method Index

 o close()
MUTATOR: closes the Log.
 o verbose(String)
MUTATOR: writes in the log, and to the standard output if the Daemon is verbose, a String

Constructors

 o Log
 public Log(InputData i) throws IOException
CONSTRUCTOR: creates a new Log for a the session.

Parameters:
i - the InputData associated with a session.
 o Log
 public Log() throws IOException
CONSTRUCTOR: creates a new Log for the daemon.

Methods

 o verbose
 public void verbose(String s) throws IOException
MUTATOR: writes in the log, and to the standard output if the Daemon is verbose, a String

Parameters:
s - the String to be logged
 o close
 public void close() throws IOException
MUTATOR: closes the Log. The Log MUST be closed after use!


All Packages  Class Hierarchy  This Package  Previous  Next  Index