TestingConsoleAppender

Simple console appender that counts the number of log lines it has written.

class TestingConsoleAppender : ConsoleAppender {}

Constructors

this
this(EventLayout layout)
Undocumented in source.

Members

Functions

append
void append(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

events
int events;
Undocumented in source.

Meta