voji.log
Class LogTextArea

java.lang.Object
  |
  +--voji.log.Log
        |
        +--voji.log.LogTextArea

public class LogTextArea
extends Log


Field Summary
 
Fields inherited from class voji.log.Log
separator
 
Constructor Summary
LogTextArea(java.awt.TextArea initTextArea)
           
 
Method Summary
static java.awt.TextArea create()
           
protected  void write(java.lang.String message)
           
 
Methods inherited from class voji.log.Log
format, log, log, logHere, logHere
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogTextArea

public LogTextArea(java.awt.TextArea initTextArea)
Method Detail

create

public static java.awt.TextArea create()

write

protected void write(java.lang.String message)
              throws java.lang.Exception
Specified by:
write in class Log
java.lang.Exception