std.experimental.logger formal review round 3

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 6 13:22:32 PST 2015


On 1/6/15 8:51 AM, Robert burner Schadek wrote:
> recent updates:
> * Martins CT log function disabling (thanks Martin)
> * new thread local indirection Logger between free standing log
> functions and program global Logger
> * more documentation
> * some @trusted have been remove (thanks Dicebot)
> * local imports
>
> please review

Links for the lazy.

Code:

https://github.com/D-Programming-Language/phobos/pull/1500

Dox:

http://burner.github.io/phobos/phobos-prerelease/std_experimental_logger_core.html
http://burner.github.io/phobos/phobos-prerelease/std_experimental_logger_filelogger.html
http://burner.github.io/phobos/phobos-prerelease/std_experimental_logger_multilogger.html
http://burner.github.io/phobos/phobos-prerelease/std_experimental_logger_nulllogger.html


Andrei


More information about the Digitalmars-d mailing list