Log Message: Fix missing cstdlib / locale.h includes. Avoid UB by not passing non-POD types to variadic functions. It's silly to force the construction of a std::string as potential copy when just the C string is used anyway.