org.pentaho.di.trans.steps.infobrightoutput
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
KettleEtlLogger
public KettleEtlLogger(BaseStep step)
debug
public void debug(String s)
- Specified by:
debug
in interface com.infobright.logging.EtlLogger
error
public void error(String s,
Throwable cause)
- Specified by:
error
in interface com.infobright.logging.EtlLogger
error
public void error(String s)
- Specified by:
error
in interface com.infobright.logging.EtlLogger
info
public void info(String s)
- Specified by:
info
in interface com.infobright.logging.EtlLogger
trace
public void trace(String s)
- Specified by:
trace
in interface com.infobright.logging.EtlLogger
warn
public void warn(String s)
- Specified by:
warn
in interface com.infobright.logging.EtlLogger
fatal
public void fatal(String s)
- Specified by:
fatal
in interface com.infobright.logging.EtlLogger