javagene.util
Class Log

java.lang.Object
  extended by javagene.util.Log

public class Log
extends java.lang.Object

Write text messages to the console. This class is a placeholder; rewrite it to fit your needs.


Method Summary
static void log()
          Write a blank line.
static void log(java.lang.String text)
          Write a line to the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

log

public static void log()
Write a blank line.


log

public static void log(java.lang.String text)
Write a line to the console.

Parameters:
text - What to write.