Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Replace println with log macros #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hubertmis
Copy link

If an application uses async-coap as a library, stdout is flooded with logs
coming from async-coap. Replacing println macro invocation with macros from
the log crate allows the application to flexibly manage logs from the library.

If an application uses async-coap as a library, stdout is flooded with logs
coming from async-coap. Replacing println macro invocation with macros from
the log crate allows the application to flexibly manage logs from the library.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants