Simplistic logging utilities.
More...
#include "o2s/thread.h"
#include <stdio.h>
Go to the source code of this file.
|
#define | log_trace(...) |
| Report information of the lowest importance.
|
#define | log_debug(...) |
| Report information useful to the developer.
|
#define | log_info(...) |
| Report a significant event.
|
#define | log_warning(...) |
| Report an usual condition, not significant enough to abort the current operation.
|
#define | log_error(...) |
| Report a condition causing the current operation to abort.
|
#define | log_fatal(...) |
| Report a condition causing the program to halt.
|
#define | LOG_LEVEL |
| Set this value to control the logs verbosity.
|
#define | LOG_OUTPUT_FILE |
| Choose the file in which log lines are written.
|
Simplistic logging utilities.
- Copyright
- 2023, SAFRAN T4DS, ALL RIGHTS RESERVED
- Author
- Antoine GAGNIERE
-
Hugo FOLCHER
Definition in file log.h.