43#define return_if(condition, value, ...) \
45 __VA_OPT__(logger(__VA_ARGS__);) \
65#define break_if(condition, ...) \
67 __VA_OPT__(logger(__VA_ARGS__);) \
87#define continue_if(condition, ...) \
89 __VA_OPT__(logger(__VA_ARGS__);) \
115#define log_if(condition, ...) \
117 logger(__VA_ARGS__); \
A library for file logging.