Uses of Interface
org.pentaho.di.core.logging.LogChannelInterface
-
Packages that use LogChannelInterface Package Description org.pentaho.di.core org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)org.pentaho.di.core.database.util org.pentaho.di.core.extension 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.logging.log4j org.pentaho.di.core.plugins org.pentaho.di.core.util org.pentaho.di.i18n -
-
Uses of LogChannelInterface in org.pentaho.di.core
Fields in org.pentaho.di.core declared as LogChannelInterface Modifier and Type Field Description protected LogChannelInterfaceProps. log -
Uses of LogChannelInterface in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that return LogChannelInterface Modifier and Type Method Description protected LogChannelInterfaceDatabaseMeta. getGeneralLogger()For testingMethods in org.pentaho.di.core.database with parameters of type LogChannelInterface Modifier and Type Method Description static ConnectionConnectionPoolUtil. getConnection(LogChannelInterface log, DatabaseMeta dbMeta, String partitionId)Deprecated.(Please use on init the step and then just get the connection when needed)static DataSourceConnectionPoolUtil. getDataSource(LogChannelInterface log, DatabaseMeta dbMeta, String partitionId) -
Uses of LogChannelInterface in org.pentaho.di.core.database.util
Methods in org.pentaho.di.core.database.util with parameters of type LogChannelInterface Modifier and Type Method Description voidLogExceptionBehaviourInterface. registerException(LogChannelInterface log, Class<?> packageClass, String key, String... parameters)When exception during logging is raised, depending on item settings we will throw exception up, or just put a log record on this event.voidLogExceptionBehaviourInterface. registerException(LogChannelInterface log, Exception e, Class<?> packageClass, String key, String... parameters) -
Uses of LogChannelInterface in org.pentaho.di.core.extension
Methods in org.pentaho.di.core.extension that return LogChannelInterface Modifier and Type Method Description static LogChannelInterfaceExtensionPointMap. getLog()Methods in org.pentaho.di.core.extension with parameters of type LogChannelInterface Modifier and Type Method Description static voidExtensionPointHandler. callExtensionPoint(LogChannelInterface log, String id, Object object)This method looks up the extension point plugins with the given ID in the plugin registry.voidExtensionPointInterface. callExtensionPoint(LogChannelInterface log, Object object)This method is called by the Kettle codevoidExtensionPointMap. callExtensionPoint(LogChannelInterface log, String id, Object object)Call the extension point(s) corresponding to the given id This iteration was isolated here to protect against ConcurrentModificationException using PluginRegistry's lock -
Uses of LogChannelInterface in org.pentaho.di.core.logging
Classes in org.pentaho.di.core.logging that implement LogChannelInterface Modifier and Type Class Description classLogChannelFields in org.pentaho.di.core.logging declared as LogChannelInterface Modifier and Type Field Description static LogChannelInterfaceLogChannel. GENERALstatic LogChannelInterfaceLogChannel. METADATAstatic LogChannelInterfaceLogChannel. UIMethods in org.pentaho.di.core.logging that return LogChannelInterface Modifier and Type Method Description LogChannelInterfaceLogChannelInterfaceFactory. create(Object subject)LogChannelInterfaceLogChannelInterfaceFactory. create(Object subject, boolean gatheringMetrics)LogChannelInterfaceLogChannelInterfaceFactory. create(Object subject, LoggingObjectInterface parentObject)LogChannelInterfaceLogChannelInterfaceFactory. create(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)Methods in org.pentaho.di.core.logging with parameters of type LogChannelInterface Modifier and Type Method Description voidMetricsRegistry. addSnapshot(LogChannelInterface logChannel, MetricsSnapshotInterface snapshot) -
Uses of LogChannelInterface in org.pentaho.di.core.logging.log4j
Constructors in org.pentaho.di.core.logging.log4j with parameters of type LogChannelInterface Constructor Description KettleLogChannelAppender(LogChannelInterface log, Log4jKettleLayout layout) -
Uses of LogChannelInterface in org.pentaho.di.core.plugins
Fields in org.pentaho.di.core.plugins declared as LogChannelInterface Modifier and Type Field Description static LogChannelInterfacePluginRegistry. log -
Uses of LogChannelInterface in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util with parameters of type LogChannelInterface Modifier and Type Method Description voidSortedFileOutputStream. setLogger(LogChannelInterface log)SetterConstructors in org.pentaho.di.core.util with parameters of type LogChannelInterface Constructor Description StreamLogger(LogChannelInterface log, InputStream is, String type)StreamLogger(LogChannelInterface log, InputStream is, String type, Boolean errorStream) -
Uses of LogChannelInterface in org.pentaho.di.i18n
Fields in org.pentaho.di.i18n declared as LogChannelInterface Modifier and Type Field Description protected static LogChannelInterfaceGlobalMessages. log
-