std.experimental.logger: practical observations
Robert burner Schadek via Digitalmars-d
digitalmars-d at puremagic.com
Mon Sep 15 15:47:55 PDT 2014
On Monday, 15 September 2014 at 22:39:55 UTC, David Nadlinger
wrote:
> 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.
the threading behavior has been clarified in the api docs.
the (a)synchronicity guarantees is part of the concrete Logger
impl. the Logger api does not force synchronize or asynchronize
behavior, it allows both to be implemented by every subclass of
Logger.
More information about the Digitalmars-d
mailing list