Replies: 1 comment
-
The help message says:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a use case where we require to log to a buffer. The buffer will be drained out by a host and Zephyr need not bother about this part.
I would like to enable CONFIG_LOG_FRONTEND and CONFIG_LOG_FRONTEND_ONLY, and implement my own versions of log_frontend_msg(), log_frontend_panic() and log_frontend_init() which will be logging to the buffer. So I don't require any backends.
Here I am not able to enable dictionary logging as it has a dependency on one of the backends which supports it.
Why is dictionary logging not supported when only frontend is required?
Beta Was this translation helpful? Give feedback.
All reactions