org.wftk
Class LogStream

java.lang.Object
  |
  +--org.wftk.LogStream
All Implemented Interfaces:
Log

public class LogStream
extends java.lang.Object
implements Log


Constructor Summary
LogStream()
           
 
Method Summary
 void linkLog(java.lang.String linktext, java.lang.String content)
           
 void textLog(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogStream

public LogStream()
Method Detail

textLog

public void textLog(java.lang.String str)
Specified by:
textLog in interface Log

linkLog

public void linkLog(java.lang.String linktext,
                    java.lang.String content)
Specified by:
linkLog in interface Log