Package | Description |
---|---|
org.pentaho.di.core.logging |
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
|
Modifier and Type | Method and Description |
---|---|
KettleLoggingEvent |
BufferLine.getEvent() |
Modifier and Type | Method and Description |
---|---|
List<KettleLoggingEvent> |
LoggingBuffer.getLogBufferFromTo(List<String> channelId,
boolean includeGeneral,
int from,
int to) |
static List<KettleLoggingEvent> |
KettleLogStore.getLogBufferFromTo(List<String> channelId,
boolean includeGeneral,
int from,
int to)
Get all the log lines for the specified parent log channel id (including all children)
|
List<KettleLoggingEvent> |
LoggingBuffer.getLogBufferFromTo(String parentLogChannelId,
boolean includeGeneral,
int from,
int to) |
static List<KettleLoggingEvent> |
KettleLogStore.getLogBufferFromTo(String parentLogChannelId,
boolean includeGeneral,
int from,
int to)
Get all the log lines pertaining to the specified parent log channel id (including all children)
|
Modifier and Type | Method and Description |
---|---|
void |
LoggingBuffer.addLogggingEvent(KettleLoggingEvent loggingEvent) |
void |
LoggingBuffer.doAppend(KettleLoggingEvent event) |
void |
KettleLoggingEventListener.eventAdded(KettleLoggingEvent event) |
void |
FileLoggingEventListener.eventAdded(KettleLoggingEvent event) |
void |
ConsoleLoggingEventListener.eventAdded(KettleLoggingEvent event) |
String |
KettleLogLayout.format(KettleLoggingEvent event) |
Constructor and Description |
---|
BufferLine(KettleLoggingEvent event) |