voji.log
Class JLogList

java.lang.Object
  |
  +--voji.log.Log
        |
        +--voji.log.SplitLog
              |
              +--voji.log.JLogList

public class JLogList
extends SplitLog


Field Summary
 
Fields inherited from class voji.log.Log
dateSeparator, msgSeparator
 
Constructor Summary
JLogList(javax.swing.JList initList)
           
 
Method Summary
static javax.swing.JList create()
           
protected  void writeParts(java.lang.String[] messages)
           
 
Methods inherited from class voji.log.SplitLog
split, write
 
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

JLogList

public JLogList(javax.swing.JList initList)
Method Detail

create

public static javax.swing.JList create()

writeParts

protected void writeParts(java.lang.String[] messages)
                   throws java.lang.Exception
Specified by:
writeParts in class SplitLog
java.lang.Exception