-
Notifications
You must be signed in to change notification settings - Fork 8k
Bump up log_v2's max arg count (IDFGH-16764) #17848
New issue
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
Conversation
👋 Hello KaeLL, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
|
Hi @KaeLL |
|
Hi @meetpatelvgec |
|
sha=3a9c3524ae07e65aa0a915eb252bfc24487d26d3 |
|
sha=3a9c3524ae07e65aa0a915eb252bfc24487d26d3 |
Description
Bump esp_log v2 max argc. The abstract reasoning for it is that there's no completely objective way of determining a cap on how many arguments the logging functions should take, hence the ad-hoc approach. The concrete reasoning is so that I can migrate the main project I'm working on to log v2, which log elements of a couple of configuration structs.
Note
Extends
ESP_LOG_INIT_ARG_TYPE_*macros from 48 to 60 to support up to 60 logging arguments.ESP_LOG_INIT_ARG_TYPE_*definitions from..._48to..._60, increasing supported logging arguments to 60.Written by Cursor Bugbot for commit 3a9c352. This will update automatically on new commits. Configure here.