LogLevel [was std.experimental.logger formal review round 3]

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 4 00:42:34 PST 2014


On Thursday, 4 December 2014 at 01:10:43 UTC, Martin Nowak wrote:
> ```d
> module mypkg.foo.bar;
>
> public import mypkg.logLevel;
>
> void baz(T)(T t)
> {
>     info("baz");
> }
> ```

Not bad. Does info="baz" compile?


More information about the Digitalmars-d mailing list