-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_LogParams
chrisd1100 edited this page Aug 25, 2022
·
2 revisions
Log a formatted string.
This function is intended to be called internally via the MTY_Log
macro, but can be used to add to the libmatoya
log.
void MTY_LogParams(
const char * func,
const char * fmt,
...) MTY_FMT(2,
3
);
func
(const char *
)
The name of the function that produced the message. The MTY_Log
macro automatically fills this value.
fmt
(const char *
)
Format string.
MTY_FMT(2
(...)
)
3