Function urcl::log
Defined in File log.h
Function Documentation
-
void urcl::log(const char *file, int line, LogLevel level, const char *fmt, ...)
Log a message, this is used internally by the macros to unpack the log message. Use the macros instead of this function directly.
- Parameters:
file – The log message comes from this file
line – The log message comes from this line
level – Severity of the log message
fmt – Format string