com.finalist.jaggenerator
Class ConsoleLogger

java.lang.Object
  extended bycom.finalist.jaggenerator.ConsoleLogger

public class ConsoleLogger
extends java.lang.Object

Yet another logger implementation... ;) This logger logs to the JTextArea in the JAG gui.

Author:
Michael O'Connor - Finalist IT Group

Constructor Summary
ConsoleLogger(javax.swing.JTextArea console)
          Creates a ConsoleLogger.
 
Method Summary
 void log(java.lang.String message)
          Appends a log to the end of the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleLogger

public ConsoleLogger(javax.swing.JTextArea console)
Creates a ConsoleLogger.

Parameters:
console -
Method Detail

log

public void log(java.lang.String message)
Appends a log to the end of the console.

Parameters:
message - the log message.


Copyright © 2003-2005 SourceForge. All Rights Reserved.