Uses of Interface
org.pentaho.di.core.logging.LoggingObjectInterface
Packages that use LoggingObjectInterface
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
-
Uses of LoggingObjectInterface in org.pentaho.di.core.database
Classes in org.pentaho.di.core.database that implement LoggingObjectInterfaceModifier and TypeClassDescriptionclass
Database handles the process of connecting to, reading from, writing to and updating databases.Fields in org.pentaho.di.core.database declared as LoggingObjectInterfaceModifier and TypeFieldDescriptionstatic final LoggingObjectInterface
DatabaseFactory.loggingObject
Methods in org.pentaho.di.core.database that return LoggingObjectInterfaceMethods in org.pentaho.di.core.database with parameters of type LoggingObjectInterfaceModifier and TypeMethodDescriptionvoid
DatabaseMetaInformation.getData
(LoggingObjectInterface parentLoggingObject, ProgressMonitorListener monitor) Constructors in org.pentaho.di.core.database with parameters of type LoggingObjectInterfaceModifierConstructorDescriptionDatabase
(LoggingObjectInterface parentObject, DatabaseMeta databaseMeta) Construct a new Database Connection -
Uses of LoggingObjectInterface in org.pentaho.di.core.logging
Classes in org.pentaho.di.core.logging that implement LoggingObjectInterfaceMethods in org.pentaho.di.core.logging that return LoggingObjectInterfaceModifier and TypeMethodDescriptionLoggingRegistry.findExistingLoggingSource
(LoggingObjectInterface loggingObject) Finds an Existing LoggingObjectInterface in the registry using the LoggingObject's equals method.LoggingHierarchy.getLoggingObject()
LoggingRegistry.getLoggingObject
(String logChannelId) Returns a LoggingObjectInterface based on a LogChannelID which is the key for the LoggingRegistry.LoggingObject.getParent()
LoggingObjectInterface.getParent()
Gets the parent.SimpleLoggingObject.getParent()
Methods in org.pentaho.di.core.logging that return types with arguments of type LoggingObjectInterfaceModifier and TypeMethodDescriptionLoggingRegistry.getMap()
Deprecated.This is unsafe call and references to this method will be removed.Methods in org.pentaho.di.core.logging with parameters of type LoggingObjectInterfaceModifier and TypeMethodDescriptionLogChannelFactory.create
(Object subject, LoggingObjectInterface parentObject) LogChannelFactory.create
(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics) LogChannelInterfaceFactory.create
(Object subject, LoggingObjectInterface parentObject) LogChannelInterfaceFactory.create
(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics) LoggingRegistry.findExistingLoggingSource
(LoggingObjectInterface loggingObject) Finds an Existing LoggingObjectInterface in the registry using the LoggingObject's equals method.void
LoggingHierarchy.setLoggingObject
(LoggingObjectInterface loggingObject) void
LoggingObject.setParent
(LoggingObjectInterface parent) void
SimpleLoggingObject.setParent
(LoggingObjectInterface parent) Constructors in org.pentaho.di.core.logging with parameters of type LoggingObjectInterfaceModifierConstructorDescriptionLogChannel
(Object subject, LoggingObjectInterface parentObject) LogChannel
(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics) LoggingHierarchy
(String rootChannelId, long batchId, LoggingObjectInterface loggingObject) SimpleLoggingObject
(String objectName, LoggingObjectType loggingObjectType, LoggingObjectInterface parent)