Define AVS_COMMONS_LOG_MAX_LINE_LENGTH

Define Documentation

AVS_COMMONS_LOG_MAX_LINE_LENGTH

Options related to avs_log and logging support within avs_commons. Size, in bytes, of the avs_log buffer.

Log messages that would (including the level, module name and code location) otherwise be longer than this value minus one (for the terminating null character) will be truncated.

NOTE: This macro MUST be defined if avs_log is enabled.

If editing this file manually, 512 shall be replaced with a positive integer literal. The default value defined in CMake build scripts is 512.