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 classDatabaseDatabase 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 interfaceLoggingObjectInterfaceClasses in org.pentaho.di.core.logging that implement LoggingObjectLifecycleInterface Modifier and Type Class Description classLoggingObjectclassSimpleLoggingObjectMethods in org.pentaho.di.core.logging that return LoggingObjectLifecycleInterface Modifier and Type Method Description LoggingObjectLifecycleInterfaceLogChannel. getHooks()default LoggingObjectLifecycleInterfaceLogChannelInterface. getHooks()Methods in org.pentaho.di.core.logging with parameters of type LoggingObjectLifecycleInterface Modifier and Type Method Description voidLogChannel. setHooks(LoggingObjectLifecycleInterface loggingObjectLifecycleInterface)default voidLogChannelInterface. setHooks(LoggingObjectLifecycleInterface loggingObjectLifecycleInterface)
-