Package org.pentaho.di.core.util
Class ConfigurableStreamLogger
java.lang.Object
org.pentaho.di.core.util.ConfigurableStreamLogger
- All Implemented Interfaces:
Runnable
- Author:
- Michael Gugerell(asc145) Provides the ability to specify the desired logLevel on which the StreamLogger should write.
-
Constructor Summary
ConstructorDescriptionConfigurableStreamLogger
(org.pentaho.di.core.logging.LogChannelInterface logChannel, InputStream in, org.pentaho.di.core.logging.LogLevel logLevel, String type) -
Method Summary
-
Constructor Details
-
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 Details