Function anj_log_handler_impl_full

Function Documentation

void anj_log_handler_impl_full(anj_log_level_t level, const char *module, const char *file, int line, const char *format, ...)

Full implementation of log handler, enabled if ANJ_LOG_FULL is defined.

Warning

This function is not meant to be called directly. Use the anj_log macro instead.

Parameters:
  • level – Log level of the message.

  • module – Name of the module originating the log message.

  • file – Name of the source file where the log message originates from.

  • line – Line number in the source file where the log message originates from.

  • format – printf-style format string for the log message.

  • ... – Arguments for the format string.