org.pentaho.di.core.util
Class ConfigurableStreamLogger
java.lang.Object
org.pentaho.di.core.util.ConfigurableStreamLogger
- All Implemented Interfaces:
- Runnable
public class ConfigurableStreamLogger
- extends Object
- implements Runnable
- Author:
- Michael Gugerell(asc145)
Provides the ability to specify the desired logLevel on which the StreamLogger should write.
Method Summary |
void |
run()
(non-Javadoc) |
ConfigurableStreamLogger
public ConfigurableStreamLogger(LogChannelInterface logChannel,
InputStream in,
LogLevel logLevel,
String type)
- Parameters:
in
- the InputStreamlogLevel
- the logLevel. Refer to org.pentaho.di.core.logging.LogWriter for constantstype
- the label for logger entries.
run
public void run()
- (non-Javadoc)
- Specified by:
run
in interface Runnable
- See Also:
Runnable.run()