Filtered by: tags=logging

Typesafe Logging

June 19, 2013 |  CPP  type-safe  logging 
One of the common sources of runtime errors in C++ comes from using the good old vararg function types -- printf() or its variants. The problem stems from type mismatch between the type specifier in the format string and the actual arguments supplied to ma