Uses of Interface
org.pentaho.di.core.logging.LogMessageInterface

Packages that use LogMessageInterface
org.pentaho.di.core.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. 
 

Uses of LogMessageInterface in org.pentaho.di.core.logging
 

Classes in org.pentaho.di.core.logging that implement LogMessageInterface
 class LogMessage
           
 

Methods in org.pentaho.di.core.logging with parameters of type LogMessageInterface
 void LogWriter.println(LogMessageInterface logMessage, LogLevel channelLogLevel)
           
 void LogWriter.println(LogMessageInterface message, Throwable e, LogLevel channelLogLevel)