code.stuff
Class Logger

java.lang.Object
  extended by code.stuff.Logger

public class Logger
extends java.lang.Object

Description of the Class

Since:
June 17, 2003
Author:
Sergio Antoy

Constructor Summary
private Logger()
          Constructor for the Logger object
 
Method Summary
static void log(java.lang.String s)
          Description of the Method
static void logln(java.lang.String s)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

private Logger()
Constructor for the Logger object

Method Detail

log

public static void log(java.lang.String s)
Description of the Method

Parameters:
s - Description of the Parameter

logln

public static void logln(java.lang.String s)
Description of the Method

Parameters:
s - Description of the Parameter