public class ConfigurableStreamLogger extends Object implements Runnable
| Constructor and Description |
|---|
ConfigurableStreamLogger(org.pentaho.di.core.logging.LogChannelInterface logChannel,
InputStream in,
org.pentaho.di.core.logging.LogLevel logLevel,
String type) |
public ConfigurableStreamLogger(org.pentaho.di.core.logging.LogChannelInterface logChannel,
InputStream in,
org.pentaho.di.core.logging.LogLevel logLevel,
String type)
in - the InputStreamlogLevel - the logLevel. Refer to org.pentaho.di.core.logging.LogWriter for constantstype - the label for logger entries.public void run()
run in interface RunnableRunnable.run()