Uses of Interface
org.pentaho.di.core.logging.LoggingObjectLifecycleInterface
-
Packages that use LoggingObjectLifecycleInterface Package Description 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.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. -
-
Uses of LoggingObjectLifecycleInterface in org.pentaho.di.core.database
Classes in org.pentaho.di.core.database that implement LoggingObjectLifecycleInterface Modifier and Type Class Description class
Database
Database handles the process of connecting to, reading from, writing to and updating databases. -
Uses of LoggingObjectLifecycleInterface in org.pentaho.di.core.logging
Subinterfaces of LoggingObjectLifecycleInterface in org.pentaho.di.core.logging Modifier and Type Interface Description interface
LoggingObjectInterface
Classes in org.pentaho.di.core.logging that implement LoggingObjectLifecycleInterface Modifier and Type Class Description class
LoggingObject
class
SimpleLoggingObject
Methods in org.pentaho.di.core.logging that return LoggingObjectLifecycleInterface Modifier and Type Method Description LoggingObjectLifecycleInterface
LogChannel. getHooks()
default LoggingObjectLifecycleInterface
LogChannelInterface. getHooks()
Methods in org.pentaho.di.core.logging with parameters of type LoggingObjectLifecycleInterface Modifier and Type Method Description void
LogChannel. setHooks(LoggingObjectLifecycleInterface loggingObjectLifecycleInterface)
default void
LogChannelInterface. setHooks(LoggingObjectLifecycleInterface loggingObjectLifecycleInterface)
-