Define cmb_logger_user
Defined in File cmb_logger.h
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
stdoutflags – The user-defined logging bitmask for this logging call, to be matched against the current logging bitmask. If bitwise
andis non-zero, this will be printed.fmtstr – printf-like format string
... – Arguments to the format string.