Define cmb_logger_warning

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 stdout or stderr

  • fmtstr – printf-like format string

  • ... – Arguments to the format string.