Uses of Class
org.pentaho.di.core.logging.KettleLoggingEvent
Packages that use 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
Methods in org.pentaho.di.core.logging that return KettleLoggingEventMethods in org.pentaho.di.core.logging that return types with arguments of type KettleLoggingEventModifier 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) Methods in org.pentaho.di.core.logging with parameters of type KettleLoggingEventModifier 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) Constructors in org.pentaho.di.core.logging with parameters of type KettleLoggingEvent