Define cmb_logger_user
Defined in File cmb_logger.h
Define Documentation
-
cmb_logger_user(fp, flags, ...)
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.... – A printf-like format string, followed by the arguments to the format string.