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 |
---|---|
Iterator<BufferLine> |
LoggingBuffer.getBufferIterator()
Deprecated.
|
List<BufferLine> |
LoggingBuffer.getBufferLinesBefore(long minTimeBoundary)
Deprecated.
in favor of
LoggingBuffer.removeBufferLinesBefore(long) . |
Modifier and Type | Method and Description |
---|---|
void |
LoggingBuffer.removeBufferLines(List<BufferLine> linesToRemove)
Deprecated.
in favor of
LoggingBuffer.removeBufferLinesBefore(long) . |
Copyright © 2020 Hitachi Vantara. All rights reserved.