DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.88k stars 251 forks source link

Enable logging to VS output window #641

Closed pzychotic closed 4 weeks ago

pzychotic commented 1 month ago

Pull Request Type

Description

If the game is running on Windows with a debugger attached, this will enable the plog::DebugOutputAppender that forwards all log messages to the output window of Visual Studio. We had this possibility before the introduction of plog and I want it back ;)

Related Issues

Screenshots (if applicable)

Checklist

Additional Comments