Uses of Class
org.pentaho.di.core.logging.LogChannel
-
Packages that use LogChannel Package Description org.pentaho.di.core.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.org.pentaho.di.core.plugins -
-
Uses of LogChannel in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return LogChannel Modifier and Type Method Description LogChannel
LogChannelFactory. create(Object subject)
LogChannel
LogChannelFactory. create(Object subject, boolean gatheringMetrics)
LogChannel
LogChannelFactory. create(Object subject, LoggingObjectInterface parentObject)
LogChannel
LogChannelFactory. create(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)
-
Uses of LogChannel in org.pentaho.di.core.plugins
Fields in org.pentaho.di.core.plugins declared as LogChannel Modifier and Type Field Description protected LogChannel
BasePluginType. log
-