tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
TestingConsoleAppender
context
Simple console appender that counts the number of log lines it has written.
class
TestingConsoleAppender : ConsoleAppender {
int
events
;
this
(EventLayout layout);
void
append
(Event event);
}
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
Source
See Implementation
context
classes
TestingConsoleAppender
ThreadLocalDiagnosticContext
functions
main
Simple console appender that counts the number of log lines it has written.