Light Weight Logger in C++
I came across this interesting article in Dr. Dobbs that details the implementation of a light weight logging framework in C++ that uses policy classes:
http://www.drdobbs.com/cpp/a-lightweight-logger-for-c/240147505?pgno=1
I reckon that it could be of special of interest for use with embedded systems.