-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable console logging #157
Labels
Comments
JeodC
added
request
Request for a feature
suggestion
Suggestion open for discussion
labels
Apr 22, 2024
jcoby
added a commit
to jcoby/Descent3
that referenced
this issue
Apr 23, 2024
Re-enable console logging on linux and mac builds with the -DMONO option. Rename overloaded Debug_ConsolePrintf function to Debug_ConsolePrintfAt to fix macro expansion. Adds -DLOGGER alias for -DMONO. Implements DescentDevelopers#157
jcoby
added a commit
to jcoby/Descent3
that referenced
this issue
Apr 23, 2024
Re-enable console logging on linux and mac builds with the -DMONO option. Rename overloaded Debug_ConsolePrintf function to Debug_ConsolePrintfAt to fix macro expansion. Adds -DLOGGER alias for -DMONO. Implements DescentDevelopers#157
jcoby
added a commit
to jcoby/Descent3
that referenced
this issue
Apr 23, 2024
Re-enable console logging on linux and mac builds with the -DMONO option. Rename overloaded Debug_ConsolePrintf function to Debug_ConsolePrintfAt to fix macro expansion. Adds -DLOGGER alias for -DMONO. Implements DescentDevelopers#157
21 tasks
Perhaps this issue may be considered as solved? |
That's what I'm wondering. I think it's ok to merge. |
JeodC
pushed a commit
that referenced
this issue
Apr 28, 2024
Re-enable console logging on linux and mac builds with the -DMONO option. Rename overloaded Debug_ConsolePrintf function to Debug_ConsolePrintfAt to fix macro expansion. Adds -DLOGGER alias for -DMONO. Implements #157
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per Kevin Bentley, it may be wise to modify cmake to do
-DCMAKE_BUILD_TYPE=debug
or-DLOGGER
. Log output to the console for better linux/mac troubleshooting. Perhaps provide instructions to the user in an issue template on how to utilize it.The text was updated successfully, but these errors were encountered: