Define cmb_logger_fatal
Defined in File cmb_logger.h
Define Documentation
-
cmb_logger_fatal(fp, ...)
Wrapper for a fatal error message. Terminates the program when called. Written as a macro to provide the calling function name and line number automatically.
- Parameters:
fp – File pointer, possibly
stderr... – A printf-like format string, followed by the arguments to the format string.