|
MochiEngine
|
Macros | |
| #define | LOG_INFO(x) |
| Logs debug information. | |
| #define | LOG_OK(x) |
| Logs information about the success of a process. | |
| #define | LOG_WARNING(x) |
| Logs warnings. | |
| #define | LOG_ERROR(x) |
| Logs errors. | |
| #define | LOG_PANIC(x) |
| Logs an error that should never happened if programmed correctly. | |
| #define LOG_ERROR | ( | x | ) |
Logs errors.
| #define LOG_INFO | ( | x | ) |
Logs debug information.
| #define LOG_OK | ( | x | ) |
Logs information about the success of a process.
| #define LOG_PANIC | ( | x | ) |
Logs an error that should never happened if programmed correctly.
| #define LOG_WARNING | ( | x | ) |
Logs warnings.