#include <cstdarg>
#include <cstdio>
#include <cstring>
Go to the source code of this file.
|
typedef void(* | yasmin::LogFunction) (const char *file, const char *function, int line, const char *text,...) |
| Type definition for a logging function.
|
|
◆ YASMIN_LOG_DEBUG
#define YASMIN_LOG_DEBUG |
( |
| text, |
|
|
| ... ) |
Value:
##__VA_ARGS__)
LogFunction log_debug
Pointer to the debug logging function.
Definition logs.cpp:116
◆ YASMIN_LOG_ERROR
#define YASMIN_LOG_ERROR |
( |
| text, |
|
|
| ... ) |
Value:
##__VA_ARGS__)
LogFunction log_error
Pointer to the error logging function.
Definition logs.cpp:113
◆ YASMIN_LOG_INFO
#define YASMIN_LOG_INFO |
( |
| text, |
|
|
| ... ) |
Value:
##__VA_ARGS__)
LogFunction log_info
Pointer to the info logging function.
Definition logs.cpp:115
◆ YASMIN_LOG_WARN
#define YASMIN_LOG_WARN |
( |
| text, |
|
|
| ... ) |
Value:
##__VA_ARGS__)
LogFunction log_warn
Pointer to the warning logging function.
Definition logs.cpp:114