maxEventLogSize constant

int const maxEventLogSize

Maximum number of diagnostic events retained in eventLog.

Once this limit is reached, the oldest events are evicted as new ones arrive.

Implementation

static const int maxEventLogSize = 200;