Uses of Class
org.pentaho.di.core.logging.BufferLine
-
Packages that use BufferLine 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 BufferLine in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return types with arguments of type BufferLine Modifier and Type Method Description Iterator<BufferLine>LoggingBuffer. getBufferIterator()Deprecated.List<BufferLine>LoggingBuffer. getBufferLinesBefore(long minTimeBoundary)Deprecated.in favor ofLoggingBuffer.removeBufferLinesBefore(long).Method parameters in org.pentaho.di.core.logging with type arguments of type BufferLine Modifier and Type Method Description voidLoggingBuffer. removeBufferLines(List<BufferLine> linesToRemove)Deprecated.in favor ofLoggingBuffer.removeBufferLinesBefore(long).
-