portaview
Class Log

java.lang.Object
  extended byportaview.Log

public class Log
extends java.lang.Object

The basic logger class.

Version:
$Id: Log.java,v 1.5 2003/12/10 06:18:57 wlee Exp $
Author:
William Lee

Constructor Summary
Log()
           
 
Method Summary
static void debug(java.lang.String str)
          Prints out a debug statement.
static void init()
          Initialzies the log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

init

public static void init()
Initialzies the log.


debug

public static void debug(java.lang.String str)
Prints out a debug statement.

Parameters:
str - debug statement.


Copyright © 2003 The PortaView Team. All Rights Reserved.