Packages

package log

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Log4j12DivertAppender extends WriterAppender
  2. class Log4j2DivertAppender extends AbstractWriterAppender[WriterManager]
  3. class OperationLog extends AnyRef
  4. class SeekableBufferedReader extends Closeable

    A seekable buffer reader, if the previous file path lines do not satisfy the limit size the reader will fetch line from next file path.

    A seekable buffer reader, if the previous file path lines do not satisfy the limit size the reader will fetch line from next file path.

    Note that, this reader is always read forwards so call side should always new instance if want to replay the lines which has been fetched.

Ungrouped