voji.log
Class ShortLog

java.lang.Object
  |
  +--voji.log.Log
        |
        +--voji.log.SplitLog
              |
              +--voji.log.ShortLog
Direct Known Subclasses:
JLogLabels, JLogShortList, LogLabels, LogShortList

public abstract class ShortLog
extends SplitLog


Field Summary
protected  java.lang.String empty
           
(package private)  java.lang.String[] parts
           
 
Fields inherited from class voji.log.Log
separator
 
Constructor Summary
ShortLog(int initCount)
           
ShortLog(int initCount, boolean initFromHistory)
           
ShortLog(int initCount, boolean initFromHistory, boolean addToList)
           
 
Method Summary
protected  int getCount()
           
protected  void setCount(int initCount)
           
protected  void writeParts(java.lang.String[] messages)
           
protected abstract  void writeShort(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
 

Field Detail

parts

java.lang.String[] parts

empty

protected java.lang.String empty
Constructor Detail

ShortLog

public ShortLog(int initCount)

ShortLog

public ShortLog(int initCount,
                boolean initFromHistory)

ShortLog

public ShortLog(int initCount,
                boolean initFromHistory,
                boolean addToList)
Method Detail

getCount

protected int getCount()

setCount

protected void setCount(int initCount)

writeParts

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

writeShort

protected abstract void writeShort(java.lang.String[] messages)
                            throws java.lang.Exception
java.lang.Exception