|
void | llama_utils::default_log_error (const char *file, const char *function, int line, const char *text,...) |
| Default error logging function.
|
|
void | llama_utils::default_log_warn (const char *file, const char *function, int line, const char *text,...) |
| Default warning logging function.
|
|
void | llama_utils::default_log_info (const char *file, const char *function, int line, const char *text,...) |
| Default info logging function.
|
|
void | llama_utils::default_log_debug (const char *file, const char *function, int line, const char *text,...) |
| Default debug logging function.
|
|
void | llama_utils::set_log_level (LogLevel log_level) |
| Sets the log level for the logs.
|
|