Review of Jose Armando Garcia Sancio's std.log

Sean Kelly sean at invisibleduck.org
Tue Mar 6 12:41:41 PST 2012


On Mar 6, 2012, at 11:59 AM, Jose Armando Garcia wrote:
> 
> Future:
> 
> 1. Allowing filtering of regular log messages (like info, warning,
> etc) based on the module. Similar to how vlog works.
> 2. Add support for custom line formatters
> 3. Talk about adding config.setSeverity(...) which is a union of all
> the severity specified. The logical OR operator is not going to work
> because internally the values are 0,1, etc. and we use them to index
> into an array. One solution is to pass an array to
> config.setSeverity(…)

For future enhancements, I'd just reference the docs for Boost.Log :-p


More information about the Digitalmars-d mailing list