org.pentaho.di.core.util
Class StreamLogger

java.lang.Object
  extended by org.pentaho.di.core.util.StreamLogger
All Implemented Interfaces:
Runnable

public class StreamLogger
extends Object
implements Runnable


Constructor Summary
StreamLogger(LogChannelInterface log, InputStream is, String type)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamLogger

public StreamLogger(LogChannelInterface log,
                    InputStream is,
                    String type)
Method Detail

run

public void run()
Specified by:
run in interface Runnable