voji.log
Class LogLabels

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

public class LogLabels
extends ShortLog


Field Summary
(package private)  java.awt.Label[] labels
           
 
Fields inherited from class voji.log.ShortLog
empty, parts
 
Fields inherited from class voji.log.Log
dateSeparator, msgSeparator
 
Constructor Summary
LogLabels(java.awt.Label initLabel)
           
LogLabels(java.awt.Label[] initLabels)
           
 
Method Summary
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
 

Field Detail

labels

java.awt.Label[] labels
Constructor Detail

LogLabels

public LogLabels(java.awt.Label[] initLabels)

LogLabels

public LogLabels(java.awt.Label initLabel)
Method Detail

writeShort

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