Define cmb_logger_info

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 stdout

  • fmtstr – printf-like format string

  • ... – Arguments to the format string.