Macros
log.h File Reference
#include <inttypes.h>
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG_DEBUG(format, ...)   printf("[DEBUG]: " format "\n", ##__VA_ARGS__)
 
#define LOG_ERROR(format, ...)   printf("[ERROR]: " format "\n", ##__VA_ARGS__)
 
#define LOG_FATAL(format, ...)   printf("[FATAL]: " format "\n", ##__VA_ARGS__)
 
#define LOG_INFO(format, ...)   printf("[INFO]: " format "\n", ##__VA_ARGS__)
 
#define LOG_WARN(format, ...)   printf("[WARNING]: " format "\n", ##__VA_ARGS__)
 

Macro Definition Documentation

#define LOG_DEBUG (   format,
  ... 
)    printf("[DEBUG]: " format "\n", ##__VA_ARGS__)

Definition at line 33 of file log.h.

#define LOG_ERROR (   format,
  ... 
)    printf("[ERROR]: " format "\n", ##__VA_ARGS__)

Definition at line 36 of file log.h.

#define LOG_FATAL (   format,
  ... 
)    printf("[FATAL]: " format "\n", ##__VA_ARGS__)

Definition at line 37 of file log.h.

#define LOG_INFO (   format,
  ... 
)    printf("[INFO]: " format "\n", ##__VA_ARGS__)

Definition at line 35 of file log.h.

#define LOG_WARN (   format,
  ... 
)    printf("[WARNING]: " format "\n", ##__VA_ARGS__)

Definition at line 34 of file log.h.



ur_modern_driver
Author(s): Thomas Timm Andersen, Simon Rasmussen
autogenerated on Fri Jun 26 2020 03:37:01