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.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.plugins | |
org.pentaho.di.core.util |
Modifier and Type | Method and Description |
---|---|
static Connection |
ConnectionPoolUtil.getConnection(LogChannelInterface log,
DatabaseMeta dbMeta,
String partitionId) |
static Connection |
ConnectionPoolUtil.getConnection(LogChannelInterface log,
DatabaseMeta dbMeta,
String partitionId,
int initialSize,
int maximumSize) |
Modifier and Type | Method and Description |
---|---|
void |
LogExceptionBehaviourInterface.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.
|
void |
LogExceptionBehaviourInterface.registerException(LogChannelInterface log,
Exception e,
Class<?> packageClass,
String key,
String... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionPointInterface.callExtensionPoint(LogChannelInterface log,
Object object)
This method is called by the Kettle code
|
static void |
ExtensionPointHandler.callExtensionPoint(LogChannelInterface log,
String id,
Object object)
This method looks up the extension point plugins with the given ID in the plugin registry.
|
Modifier and Type | Class and Description |
---|---|
class |
LogChannel |
Modifier and Type | Field and Description |
---|---|
static LogChannelInterface |
LogChannel.GENERAL |
static LogChannelInterface |
LogChannel.METADATA |
static LogChannelInterface |
LogChannel.UI |
Modifier and Type | Method and Description |
---|---|
LogChannelInterface |
LogChannelInterfaceFactory.create(Object subject) |
LogChannelInterface |
LogChannelInterfaceFactory.create(Object subject,
boolean gatheringMetrics) |
LogChannelInterface |
LogChannelInterfaceFactory.create(Object subject,
LoggingObjectInterface parentObject) |
LogChannelInterface |
LogChannelInterfaceFactory.create(Object subject,
LoggingObjectInterface parentObject,
boolean gatheringMetrics) |
Modifier and Type | Method and Description |
---|---|
void |
MetricsRegistry.addSnapshot(LogChannelInterface logChannel,
MetricsSnapshotInterface snapshot) |
Modifier and Type | Field and Description |
---|---|
static LogChannelInterface |
PluginRegistry.log |
Modifier and Type | Method and Description |
---|---|
void |
SortedFileOutputStream.setLogger(LogChannelInterface log)
Setter
|
Constructor and Description |
---|
StreamLogger(LogChannelInterface log,
InputStream is,
String type) |
StreamLogger(LogChannelInterface log,
InputStream is,
String type,
Boolean errorStream) |