Function anj_log_handler_impl_micro

Function Documentation

void anj_log_handler_impl_micro(anj_log_level_t level, uint16_t source_file_id, uint16_t line, const char *format, ...)

Micro implementation of log handler, enabled if ANJ_LOG_MICRO 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.

  • source_file_id – Numeric id of the 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.