On Sunday, 13 July 2014 at 16:44:21 UTC, Dragos Carp wrote:


Sorry that I didn't described how logFirstN and logEveryN work.

Let say you output a log in a loop with 100 iterations.
logFirstN(10, ...) outputs the log message just for the first 10
iterations, and logEveryN(10, ...)  outputs only for 1st, 11th,
21st, .. and 91st iterations.

I know how they work. apart from my foreach brain frat. But what do you think is logc for.

Reply via email to