Define ANJ_LOG_FORMATTER_BUF_SIZE

Define Documentation

ANJ_LOG_FORMATTER_BUF_SIZE

Size of the buffer used to format log messages. If the message is larger than the buffer, it will be truncated.

Caution: the buffer is allocated on stack when calling anj_log() macro.

Note

This option affects only the builds that use built-in log handler, i.e. ANJ_LOG_FULL.