std.logger

Robert Schadek realburner at gmx.de
Thu Aug 22 10:16:37 PDT 2013


On 08/22/2013 06:17 PM, Jacob Carlborg wrote:
> On 2013-08-22 18:02, Robert Schadek wrote:
>
> With my suggestion you can use the with-statement as well if you are
> performing a lot of logging:
>
> with (log)
> {
>     error("bar");
>     info("foo");
> }
>
yes, I believe you're right, but I have not coded/tested it yet


More information about the Digitalmars-d mailing list