
28 Jan
2005
28 Jan
'05
6:24 p.m.
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://lists.boost.org/MailArchives/boost/msg73854.php which he may eventually propose for review.
John