Hi all, I was getting tired of having to rewrite old code all the time and thus I have written a logging library (hint: log files) for my personal use in projects and thought others might benefit from it. It is written for C and supports a decent set of features. C++ support can be added quite easily as well. It should also be platform independent although the Makefile will need to be modified to generate the platform specific library format. Some of the features include multiple log levels, message formatting and multiple log files. It is very simple and quite flexible.
I am releasing it under the MIT X license in the hope that someone, somewhere will benefit from it. See the README file for details :-) You can grab it on my website at http://manoharvanga.com/public/libmlog.tar.gz. Bugs and feature requests can be submitted to "manohar dot vanga at gmail dot com" (somewhat redundant). Regards Manohar Vanga

