Review: std.logger

Robert burner Schadek via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 13 09:57:24 PDT 2014


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.


More information about the Digitalmars-d mailing list