Skip to content
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

Add support for toggling logs off and back on at runtime #714

Merged
merged 1 commit into from
Dec 20, 2017

Conversation

johntmcintosh
Copy link
Contributor

PR #528 (and related issue #524) provided a mechanism to disable logs at runtime. In most of my apps, I like to expose a menu in debug builds which allows me to toggle logs of certain types on/off at runtime.

This PR adds an ASEnableLogging() function which parallels the existing ASDisableLogging(), so that logs can be toggled, rather than only disabled.

@ghost
Copy link

ghost commented Dec 19, 2017

1 Warning
⚠️ Any source code changes should have an entry in CHANGELOG.md or have #trivial in their title.

Generated by 🚫 Danger

@nguyenhuy nguyenhuy merged commit fff5aae into TextureGroup:master Dec 20, 2017
@nguyenhuy
Copy link
Member

Just landed the PR. Thank you, @johntmcintosh!

@johntmcintosh
Copy link
Contributor Author

Great -- thanks @nguyenhuy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants