We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I'd like to choose the logging framework on my own.
The text was updated successfully, but these errors were encountered:
Dependency to nRF Logger removed. #34
8d6db7a
By default, all the logs will go to dev/null. Override log(int, String) method to log to framework of choice. See 8d6db7a#diff-b232a20724567c78637b2708c4c8b514R837 for suggestions.
log(int, String)
Sorry, something went wrong.
philips77
No branches or pull requests
As a user, I'd like to choose the logging framework on my own.
The text was updated successfully, but these errors were encountered: