CARB_LOG_RESET_GATE#
Defined in carb/logging/Log.h
-
CARB_LOG_RESET_GATE(gateName)#
Reset a logging gate to allow logging again.
Note
This macro must be called from the same scope as the corresponding CARB_LOG_ONCE_RESETTABLE macro.
- Parameters:
gateName – The gate name to reset (must match the name used in CARB_LOG_ONCE_RESETTABLE)