Define cmb_logger_warning
Defined in File cmb_logger.h
Define Documentation
-
cmb_logger_warning(fp, ...)
Wrapper for a warning message. Written as a macro to provide the calling function name and line number automatically.
- Parameters:
fp – File pointer, possibly
stdoutorstderr... – A printf-like format string, followed by the arguments to the format string.