
I wrote a logging library using boost libraries and other standard C++ functions. I'm fairly satisfied with it and using in my own product. I think it'd be a good addition to Boost. What do you all think? --Suman

On Thu, 10 Mar 2005 20:55:15 -0800, Suman Cherukuri <suman@cherukuris.net> wrote:
I wrote a logging library using boost libraries and other standard C++ functions. I'm fairly satisfied with it and using in my own product. I think it'd be a good addition to Boost. What do you all think?
There have been several discussion threads about a Boost Logging facility in recent months, and at least two implementations, among them: http://thread.gmane.org/gmane.comp.lib.boost.devel/112436 http://thread.gmane.org/gmane.comp.lib.boost.devel/118005 Perhaps you'd care to discuss your design and/or post some code? -- Caleb Epstein caleb dot epstein at gmail dot com

I am still working towards improving my library. I hope to put up a new version some time next week. (www.eng.buffalo.edu/~johneddy). John Caleb Epstein wrote:
On Thu, 10 Mar 2005 20:55:15 -0800, Suman Cherukuri <suman@cherukuris.net> wrote:
I wrote a logging library using boost libraries and other standard C++ functions. I'm fairly satisfied with it and using in my own product. I think it'd be a good addition to Boost. What do you all think?
There have been several discussion threads about a Boost Logging facility in recent months, and at least two implementations, among them:
http://thread.gmane.org/gmane.comp.lib.boost.devel/112436 http://thread.gmane.org/gmane.comp.lib.boost.devel/118005
Perhaps you'd care to discuss your design and/or post some code?
participants (3)
-
Caleb Epstein
-
John Eddy
-
Suman Cherukuri