Package 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.
-
-
Constructor Summary
Constructors Constructor Description ConfigurableStreamLogger(org.pentaho.di.core.logging.LogChannelInterface logChannel, InputStream in, org.pentaho.di.core.logging.LogLevel logLevel, String type)
-
-
-
Constructor Detail
-
ConfigurableStreamLogger
public ConfigurableStreamLogger(org.pentaho.di.core.logging.LogChannelInterface logChannel, InputStream in, org.pentaho.di.core.logging.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.
-
-
Method Detail
-
run
public void run()
(non-Javadoc)- Specified by:
run
in interfaceRunnable
- See Also:
Runnable.run()
-
-