|
Boost : |
From: Roland Weiss (weissr_at_[hidden])
Date: 2001-11-24 05:45:21
On Saturday 24 November 2001 04:38, you wrote:
> Is anyone working on debugging or stream libraries
> for Boost? By debugging libraries I mean things like:
>
> - Note/Debug/Warning/Error message output, with
> multiple channels so one can turn on debugging
> for certain parts of the program, and specify
> levels of message output.
I've written a class template that takes as template
value parameter the number of streams logging messages
should go to. Each stream can be bound to a different
ostream, and each stream has its own threshold (to
prioritize logging messages).
I use the class personally and it would be fine to me
to exchange ideas on design issues.
Roland
-- +--------------------------------------------------------------------------+ | Roland Weiss | | | University of Tuebingen | EMail: weissr_at_[hidden] | | WSI-CA, Sand 13, Room 218 | Tel : +49 (0)7071 2974009 | | 72076 Tuebingen, Germany | Fax : +49 (0)7071 295958 | | WWW: http://www-ca.informatik.uni-tuebingen.de/people/weissr/weissr.html | +--------------------------------------------------------------------------+
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk