voji.log
Class LogShortList

java.lang.Object
  |
  +--voji.log.Log
        |
        +--voji.log.SplitLog
              |
              +--voji.log.ShortLog
                    |
                    +--voji.log.LogShortList

public class LogShortList
extends ShortLog


Field Summary
 
Fields inherited from class voji.log.ShortLog
empty, parts
 
Fields inherited from class voji.log.Log
dateSeparator, msgSeparator
 
Constructor Summary
LogShortList(java.awt.List initList)
           
LogShortList(java.awt.List initList, int initCount)
           
 
Method Summary
static java.awt.List create()
           
static java.awt.List create(int initCount)
           
protected  void writeShort(java.lang.String[] messages)
           
 
Methods inherited from class voji.log.ShortLog
getCount, setCount, writeParts
 
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

LogShortList

public LogShortList(java.awt.List initList,
                    int initCount)

LogShortList

public LogShortList(java.awt.List initList)
Method Detail

create

public static java.awt.List create()

create

public static java.awt.List create(int initCount)

writeShort

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