C++ – find a flexible logging library for Windows Mobile

cloggingwindows-mobile

Can anyone suggest any open and free library for logging on Windows Mobile application written in C++?

It would be nice if it supports logging to files, syslog (would be nice) and logging level.

Best Answer

None that I know of.

You will most likely have to look for source code available logging libraries. Windows Mobile will pretty much compile most win32 code with no or little changes, so any win32 logging library should work.

Generally I build my own as I like fine gained control over my logging code.