Function yasmin::default_log_message
Defined in File logs.hpp
Function Documentation
-
void yasmin::default_log_message(LogLevel level, const char *file, const char *function, int line, const char *text)
Default logging function.
- Parameters:
level – The log level as a string (e.g., “ERROR”, “WARN”, “INFO”, “DEBUG”).
file – The source file where the log function is called.
function – The function where the log function is called.
line – The line number in the source file.
text – The format string for the log message.