Search found 1 match
- Mon Sep 03, 2018 7:00 am
- Forum: General Discussion
- Topic: Accessing message level in custom log function (esp_log_set_vprintf)
- Replies: 0
- Views: 2112
Accessing message level in custom log function (esp_log_set_vprintf)
I would like to use esp_log_set_vprintf() to forward log messages to a remote syslog server. For that, I would like to have access to the log level of the message just being formatted. Is there an official way to get this information? If not, the workaround I'm considering is to patch the log compon...