Define cmb_logger_info

Define Documentation

cmb_logger_info(fp, ...)

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

  • ... – A printf-like format string, followed by the arguments to the format string.