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