|
Concord - C Discord API library
A Discord API wrapper library written in C
|
Maintain support for log.c deprecated functions using logmod.h as a wrapper. More...
#include "logmod.h"Go to the source code of this file.
Macros | |
| #define | log_trace(...) logmod_log(TRACE, NULL, __VA_ARGS__) |
| Backwards compatible alias for logmod_log() More... | |
| #define | log_debug(...) logmod_log(DEBUG, NULL, __VA_ARGS__) |
| Backwards compatible alias for logmod_log() More... | |
| #define | log_info(...) logmod_log(INFO, NULL, __VA_ARGS__) |
| Backwards compatible alias for logmod_log() More... | |
| #define | log_warn(...) logmod_log(WARN, NULL, __VA_ARGS__) |
| Backwards compatible alias for logmod_log() More... | |
| #define | log_error(...) logmod_log(ERROR, NULL, __VA_ARGS__) |
| Backwards compatible alias for logmod_log() More... | |
| #define | log_fatal(...) logmod_log(FATAL, NULL, __VA_ARGS__) |
| Backwards compatible alias for logmod_log() More... | |
Maintain support for log.c deprecated functions using logmod.h as a wrapper.
| #define log_trace | ( | ... | ) | logmod_log(TRACE, NULL, __VA_ARGS__) |
Backwards compatible alias for logmod_log()
| #define log_debug | ( | ... | ) | logmod_log(DEBUG, NULL, __VA_ARGS__) |
Backwards compatible alias for logmod_log()
| #define log_info | ( | ... | ) | logmod_log(INFO, NULL, __VA_ARGS__) |
Backwards compatible alias for logmod_log()
| #define log_warn | ( | ... | ) | logmod_log(WARN, NULL, __VA_ARGS__) |
Backwards compatible alias for logmod_log()
| #define log_error | ( | ... | ) | logmod_log(ERROR, NULL, __VA_ARGS__) |
Backwards compatible alias for logmod_log()
| #define log_fatal | ( | ... | ) | logmod_log(FATAL, NULL, __VA_ARGS__) |
Backwards compatible alias for logmod_log()