Intercepting log and printf messages
Intercepting log and printf messages
Is there a way to intercept/queue all logs and printfs to some buffer?
This is to display later on some screen or send over network for diagnostics.
Thanks
This is to display later on some screen or send over network for diagnostics.
Thanks
Re: Intercepting log and printf messages
So this brings up a question I have been putting off asking.https://docs.espressif.com/projects/esp ... ntf_like_t
When looking at the above link, and you see something like
Code: Select all
vprintf_like_t esp_log_set_vprintf(vprintf_like_t func)
That and others in that section in and of itself is IMHO useless information.
Re: Intercepting log and printf messages
the link does not work for me.
Re: Intercepting log and printf messages
You are searching for the repositories type? You really need to specify "&type=Code" "https://github.com/search?q=esp_log_set ... &type=Code"mikemoy wrote:the link does not work for me.
Re: Intercepting log and printf messages
When I use that URL , that image i sent is what I get.You are searching for the repositories type? You really need to specify "&type=Code" "https://github.com/search?q=esp_log_set ... &type=Code"
Re: Intercepting log and printf messages
But it works for me in private browsing so not sure what to say.You must be signed in to search for code across all public repositories.
Re: Intercepting log and printf messages
The URL given was:
https://github.com/search?q=esp_log_set ... &type=Code
Signed or not that URL does not work, what did work was this one. Notice the "/espressif/esp-idf" part in the URL link.
https://github.com/espressif/esp-idf/se ... et_vprintf
https://github.com/search?q=esp_log_set ... &type=Code
Signed or not that URL does not work, what did work was this one. Notice the "/espressif/esp-idf" part in the URL link.
https://github.com/espressif/esp-idf/se ... et_vprintf
Who is online
Users browsing this forum: Bing [Bot] and 115 guests