Define cmb_logger_user

Define Documentation

cmb_logger_user(fp, flags, fmtstr, ...)

Wrapper for an application-defined message. Written as a macro to provide the calling function name and line number automatically.

Parameters:
  • fp – File pointer, possibly stdout

  • flags – The user-defined logging bitmask for this logging call, to be matched against the current logging bitmask. If bitwise and is non-zero, this will be printed.

  • fmtstr – printf-like format string

  • ... – Arguments to the format string.