Early review of std.logger
Andrea Fontana
nospam at example.com
Mon Oct 14 05:51:37 PDT 2013
On Monday, 14 October 2013 at 11:39:52 UTC, Dicebot wrote:
> As `std.logger` is still marked as "work in progress" this
> thread is less formal that typical pre-voting review. Goal is
> to provide as much input about desirable `std.logger`
> functionality and current state and let module author to use
> this information for preparing proposal for actual review /
> voting.
>
> Lets unleash the forces of constructive destruction.
>
> ===== Meta =====
>
> Code:
> https://github.com/D-Programming-Language/phobos/pull/1500/files
> Docs:
> http://burner.github.io/phobos/phobos-prerelease/std_logger.html
>
> First announcement / discussion thread :
> http://forum.dlang.org/post/mailman.313.1377180809.1719.digitalmars-d@puremagic.com
Just for comparison, on Android you can write something like:
FileLogger.w(...) instead of FileLogger.log(LogLevel.Warning...)
(and there's a "wtf" loglevel for "temporary" debugging)
More information about the Digitalmars-d
mailing list