From: Michael Lacher (michael.lacher_at_[hidden])
Date: 2007-04-05 10:44:41


Richard Day wrote:
> As far as configuration goes I believe some minimal support should be
> included such as reading in a specified text file but nothing more
> extravagant.
> If people want XML/Registry etc support it should be easy to add though.
>

I would add a small interface to boost::program_options but nothing
more. Configuration file is not really within the scope of a logging
library imho, and since boost already has a library that specifically
deals with configuration not using it would be a waste of effort i think.

Michael