Uses of Class
org.pentaho.di.core.logging.KettleLoggingEvent
Package
Description
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
-
Uses of KettleLoggingEvent in org.pentaho.di.core.logging
Modifier and TypeMethodDescriptionstatic 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)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)LoggingBuffer.getLogBufferFromTo
(String parentLogChannelId, boolean includeGeneral, int from, int to) LoggingBuffer.getLogBufferFromTo
(String parentLogChannelId, boolean includeGeneral, int from, int to, int tailLines) LoggingBuffer.getLogBufferFromTo
(List<String> channelId, boolean includeGeneral, int from, int to) LoggingBuffer.getLogBufferFromTo
(List<String> channelId, boolean includeGeneral, int from, int to, int tailLines, String parentLogChannelId) Modifier and TypeMethodDescriptionvoid
LogChannelFileWriterBuffer.addEvent
(KettleLoggingEvent event) void
LoggingBuffer.addLogggingEvent
(KettleLoggingEvent loggingEvent) void
LoggingBuffer.doAppend
(KettleLoggingEvent event) void
ConsoleLoggingEventListener.eventAdded
(KettleLoggingEvent event) void
FileLoggingEventListener.eventAdded
(KettleLoggingEvent event) void
KettleLoggingEventListener.eventAdded
(KettleLoggingEvent event) void
Slf4jLoggingEventListener.eventAdded
(KettleLoggingEvent event) KettleLogLayout.format
(KettleLoggingEvent event)