I am looking for a good logging API for MFC applications.
Ideally something similar to the log4java or java logging APIs.
I know that there are some opensource projects e.g. log4cpp (the
C++ counterpart to log4j) but they require to install various
other tools just for compilation and - if possible - I would
like to avoid that.
The target is a demo application to show how to use some hardware
attached on the serial port. So I would like to avoid having to tell
people they need to install and compile ten other projects
just to be able to compile the demo app code. Especially when some
of them need special knowledge (log4cpp e.g.) just to be able to
build them in Visual Studio.
So does anybody know a good logging api which can be build easily
with Visual Studio and be use in MFC applications?
Best regads,
Oliver
Here is an example of very small logging API: http://www.codeproject.com/KB/debug/xytrace.aspx.
Joseph M. Newcomer [MVP]
email: newc...@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm