
I've added documentation for the Logging Lib v2 : http://torjo.com/log2/ (Logging homepage) http://torjo.com/log2/doc/html/ (documentation)
Just to make sure, the Boost Log Library has these features: [snip]
Your model seems interesting, especially since it's extrensible. There are two concepts which I'm most interested in with logging and which you don't seem to touch: - Asynchronous logging (i.e. background processing in a very low priority thread); - Distributed logging, where multiple computers can all log to a single file. Would you consider adding them, or validate that they are "pluggable" into your design? I've been looking at log4cxx lately, and besides the weird API it has all of this built it. It's very extensible and seems mature. JF