$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-01-28 13:24:20
John Eddy wrote:
> Would anyone be interested in a library for doing logging?
Yes.
> I've written one for my own purposes and thought others might find it
> useful. It will store log entries at various levels (FATAL, SHOUT,
> ERROR, WARN, INFO, DEBUG, DETAIL). There is a default level and the
> level can be customized for entries by individual instances of any
> type and for entries by any types as a whole.
> I'll be glad to provide more information if anyone is interested.
You might want to describe briefly how your library compares to existing
libraries, e.g., to this one by John Torjo
http://listarchives.boost.org/MailArchives/boost/msg73854.php
which he may eventually propose for review.
> John