Define AVS_COMMONS_WITH_MICRO_LOGS
Defined in File avs_commons_config.h
Define Documentation
-
AVS_COMMONS_WITH_MICRO_LOGS
Enables the “micro logs” feature.
Replaces all occurrences of the
AVS_DISPOSABLE_LOG()macro with single space strings. This is intended to reduce the size of the compiled code, by stripping it of almost all log string data.Note that this setting will propagate both to avs_commons components themselves (as all its internal logs make use of
AVS_DISPOSABLE_LOG()) and the user code that uses it.