Define ANJ_LOG_FORMATTER_PRINTF
Defined in File anj_config.h
Define Documentation
-
ANJ_LOG_FORMATTER_PRINTF
Use
vsnprintf()to format log messages. This is the preferred option if the application already uses other functions fromprintf()family.Note
This option affects only the builds that use built-in log handler, i.e. ANJ_LOG_FULL.