easyloggingpp icon indicating copy to clipboard operation
easyloggingpp copied to clipboard

Readme.md

Open PentaBug opened this issue 3 years ago • 0 comments
trafficstars

I am reading readme.md and found example at Occasional Logging

for (int i = 1; i <= 10; ++i) { LOG_EVERY_N(2, INFO) << "Logged every second iter"; } // 5 logs written; 2, 4, 6, 7, 10

should be // 5 logs written; 2, 4, 6, 8, 10

PentaBug avatar Jun 22 '22 01:06 PentaBug