puts log module

This module implements an example logging module.

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