esp_log_linked_list_get_level() function
Get the log level for a specific log tag using the linked list approach. If the tag is found in the linked list, its corresponding log level will be returned.
Arguments
tag
The log tag for which to retrieve the log level.
level
Pointer to a variable where the retrieved log level will be stored.
Return value
true if the log level was successfully retrieved from the linked list, false if the tag was not found in the linked list.