Define cmb_logger_info
Defined in File cmb_logger.h
Define Documentation
-
cmb_logger_info(fp, fmtstr, ...)
Wrapper for an information message. Written as a macro to provide the calling function name and line number automatically. Goes away entirely if compiled with -DNLOGINFO (like assert() and -DNDEBUG)
- Parameters:
fp – File pointer, possibly
stdoutfmtstr – printf-like format string
... – Arguments to the format string.