Class KettleEtlLogger
- java.lang.Object
-
- org.pentaho.di.trans.steps.infobrightoutput.KettleEtlLogger
-
- All Implemented Interfaces:
com.infobright.logging.EtlLogger
public class KettleEtlLogger extends Object implements com.infobright.logging.EtlLogger
Adapter between Infobright EtlLogger and a Kettle BaseStep.- Author:
- geoffrey.falk@infobright.com
-
-
Constructor Summary
Constructors Constructor Description KettleEtlLogger(BaseStep step)
-
-
-
Constructor Detail
-
KettleEtlLogger
public KettleEtlLogger(BaseStep step)
-
-
Method Detail
-
debug
public void debug(String s)
- Specified by:
debug
in interfacecom.infobright.logging.EtlLogger
-
error
public void error(String s, Throwable cause)
- Specified by:
error
in interfacecom.infobright.logging.EtlLogger
-
error
public void error(String s)
- Specified by:
error
in interfacecom.infobright.logging.EtlLogger
-
info
public void info(String s)
- Specified by:
info
in interfacecom.infobright.logging.EtlLogger
-
trace
public void trace(String s)
- Specified by:
trace
in interfacecom.infobright.logging.EtlLogger
-
warn
public void warn(String s)
- Specified by:
warn
in interfacecom.infobright.logging.EtlLogger
-
fatal
public void fatal(String s)
- Specified by:
fatal
in interfacecom.infobright.logging.EtlLogger
-
-