|
void | yasmin::default_log_error (const char *file, const char *function, int line, const char *text,...) |
| Default error logging function.
|
|
void | yasmin::default_log_warn (const char *file, const char *function, int line, const char *text,...) |
| Default warning logging function.
|
|
void | yasmin::default_log_info (const char *file, const char *function, int line, const char *text,...) |
| Default info logging function.
|
|
void | yasmin::default_log_debug (const char *file, const char *function, int line, const char *text,...) |
| Default debug logging function.
|
|
void | yasmin::set_loggers (LogFunction error, LogFunction warn, LogFunction info, LogFunction debug) |
| Sets custom logging functions for different log levels.
|
|
void | yasmin::set_default_loggers () |
| Sets the default logging functions for all log levels.
|
|