Good day folks, I see at https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/errors-warnings#errorlog that there's a compiler option for outputting warnings and errors in sarif format to a log file. Is there a similar option for C++ as I've been looking for 2 days so far and don't see anything yet?
Thanks for any tips / help.
#C++ equivalent of C# ErrorLog to log errors and warnings to a sarif log file?
8 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
This question is being automatically marked as stale.
If your question has been answered, run !solved.
If your question is not answered feel free to bump the post or re-ask.
Take a look at !howto ask for tips on improving your question.
write your own logger and define your log levels
Thank you and let us know if you have any more questions!
This thread is now set to auto-hide after an hour of inactivity
std::ifstream embedded in your class, and a singleton