|
GNU Radio's SATNOGS Package
|
#include <stdio.h>#include <errno.h>#include <string.h>#include <satnogs/config.h>#include <sys/syscall.h>Go to the source code of this file.
Macros | |
| #define | LOG_INFO(M, ...) |
| #define | LOG_ERROR(M, ...) fprintf(stderr, "[ERROR] %s:%d: " M "\n", __FILE__, __LINE__, ##__VA_ARGS__) |
| #define | LOG_WARN(M, ...) fprintf(stderr, "[WARNING] %s:%d: " M "\n", __FILE__, __LINE__, ##__VA_ARGS__) |
| #define | LOG_DEBUG(M, ...) |
| #define LOG_DEBUG | ( | M, | |
| ... | |||
| ) |
| #define LOG_ERROR | ( | M, | |
| ... | |||
| ) | fprintf(stderr, "[ERROR] %s:%d: " M "\n", __FILE__, __LINE__, ##__VA_ARGS__) |
| #define LOG_INFO | ( | M, | |
| ... | |||
| ) |
| #define LOG_WARN | ( | M, | |
| ... | |||
| ) | fprintf(stderr, "[WARNING] %s:%d: " M "\n", __FILE__, __LINE__, ##__VA_ARGS__) |