Log.Stats

Structure for accumulating number of log events issued.

Note: this takes the logging level in account, so calls that are not logged because of the minimum logging level are not counted.

Members

Aliases

This
alias This = typeof(this)
Undocumented in source.

Functions

total
uint total()

Total count of all events emitted during this period.

Variables

logged_error
uint logged_error;

Number of error log events issued

logged_fatal
uint logged_fatal;

Number of fatal log events issue

logged_info
uint logged_info;

Number of info log events issued

logged_trace
uint logged_trace;

Number of trace log events issued

logged_warn
uint logged_warn;

Number of warn log events issued

Meta