This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
[Dalai Thread]
Using VS2013 and I'd like to log my own error messages to a file during program execution.
Is there a recommended way to acheive this?
http://www.drdobbs.com/cpp/logging-in-c/201804215
https://github.com/easylogging/easyloggingpp
ok thanks.
"Generates a report with a debugging message and sends the report to three possible destinations (debug version only)."
I'd like to create the log in both debug and release versions.