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.
-
Log()
-
CONSTRUCTOR: creates a new
Log for the daemon.
-
Log(InputData)
-
CONSTRUCTOR: creates a new
Log for a the session.
-
close()
- MUTATOR: closes the
Log.
-
verbose(String)
- MUTATOR: writes in the log, and to the standard output if the
Daemon is verbose, a String
Log
public Log(InputData i) throws IOException
- CONSTRUCTOR: creates a new
Log for a the session.
- Parameters:
- i - the
InputData associated with a session.
Log
public Log() throws IOException
- CONSTRUCTOR: creates a new
Log for the daemon.
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
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