sys/log/log_printfnoformat/log_module.h

log_module header

void log_write(unsigned level, const char * format, ...)

log_write overridden function

This example function will only print the log’s format string. Use it where printf might be too heavy.

Parameters

level:(unused)
format:String that the function will print