Review: std.logger

linkrope via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 15 03:33:22 PDT 2014


What does 'errorlcf' mean?

You specify log level 'error' and then you specify another log 
level ('l):
which log level wins?

The order of these modifier letters has to be 'lcf', not 'cfl', 
...?

On Tuesday, 15 July 2014 at 08:01:12 UTC, Robert burner Schadek 
wrote:
> I wouldn't call them cryptic, they are in fact very easy.
>
> l = LogLevel
> c = conditional
> f = printf
>
> what is so difficult about them. Sure errorIf looks easier, but 
> what
> about errorLogLevelIfPrintfFormat in comparison to errorlcf


More information about the Digitalmars-d mailing list