Function anj_log_handler_output
Defined in File log_impl_decls.h
Function Documentation
-
void anj_log_handler_output(const char *output, size_t len)
Function used to output the formatted log strings, if one of builtin handler implementations is enabled.
Note
if ANJ_LOG_HANDLER_OUTPUT_ALT is enabled, user must implement this function.
- Parameters:
output – Formatted log statement to output.
len – Length of formatted log statement, effectively equal to
strlen(output)