All Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
void |
addLogggingEvent(KettleLoggingEvent loggingEvent) |
void |
addLoggingEventListener(KettleLoggingEventListener listener) |
void |
clear() |
void |
close() |
void |
doAppend(KettleLoggingEvent event) |
String |
dump()
Deprecated.
|
StringBuffer |
getBuffer() |
StringBuffer |
getBuffer(String parentLogChannelId,
boolean includeGeneral) |
StringBuffer |
getBuffer(String parentLogChannelId,
boolean includeGeneral,
int startLineNr) |
StringBuffer |
getBuffer(String parentLogChannelId,
boolean includeGeneral,
int startLineNr,
int endLineNr) |
Iterator<BufferLine> |
getBufferIterator() |
List<BufferLine> |
getBufferLinesBefore(long minTimeBoundary) |
int |
getLastBufferLineNr() |
KettleLogLayout |
getLayout() |
List<KettleLoggingEvent> |
getLogBufferFromTo(List<String> channelId,
boolean includeGeneral,
int from,
int to) |
List<KettleLoggingEvent> |
getLogBufferFromTo(String parentLogChannelId,
boolean includeGeneral,
int from,
int to) |
int |
getMaxNrLines() |
String |
getName() |
int |
getNrLines() |
void |
removeBufferLines(List<BufferLine> linesToRemove) |
void |
removeChannelFromBuffer(String id)
Removes all rows for the channel with the specified id
|
void |
removeGeneralMessages() |
void |
removeLoggingEventListener(KettleLoggingEventListener listener) |
boolean |
requiresLayout() |
void |
setLayout(KettleLogLayout layout) |
void |
setMaxNrLines(int maxNrLines) |
void |
setName(String name) |
int |
size() |