std.experimental.logger: practical observations

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Mon Sep 15 15:39:54 PDT 2014


On Monday, 15 September 2014 at 22:33:46 UTC, Robert burner 
Schadek wrote:
> and you can do all that with std.logger.
>
> again, the idea of std.logger is not to give you everything, 
> because nobody knows what that even is, the idea is to make it 
> possible to do everything and have it understandable later and 
> use transparently

Issues like threading behavior and (a)synchronicity guarantees 
are part of the API, though, and need to be clarified as part of 
the std.logger design.

David


More information about the Digitalmars-d mailing list