Uses of Class
org.pentaho.di.core.logging.KettleLoggingEvent
-
Packages that use KettleLoggingEvent Package Description org.pentaho.di.core.logging 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 KettleLoggingEvent Modifier and Type Method Description KettleLoggingEvent
BufferLine. getEvent()
Methods in org.pentaho.di.core.logging that return types with arguments of type KettleLoggingEvent Modifier and Type Method Description 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)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)
List<KettleLoggingEvent>
LoggingBuffer. getLogBufferFromTo(List<String> channelId, boolean includeGeneral, int from, int to)
Methods in org.pentaho.di.core.logging with parameters of type KettleLoggingEvent Modifier and Type Method Description void
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)
String
KettleLogLayout. format(KettleLoggingEvent event)
Constructors in org.pentaho.di.core.logging with parameters of type KettleLoggingEvent Constructor Description BufferLine(KettleLoggingEvent event)
-