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/[email protected]
** System logging: syslog and windows event logging support.
* log rolling, resuming
* sink - source logging
- buffered(speed, network logging anyone?) and unbuffered(crash
safe) logging
- log configuration via environment or arguments
- log once/every Nth