Define ANJ_LOG_FORMATTER_PRINTF

Define Documentation

ANJ_LOG_FORMATTER_PRINTF

Use vsnprintf() to format log messages. This is the preferred option if the application already uses other functions from printf() family.

Note

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