Skip to content

MTY_LogFatalParams

chrisd1100 edited this page Aug 25, 2022 · 2 revisions

Log a formatted string then abort.

This function is intended to be called internally via the MTY_LogFatal macro.

void MTY_LogFatalParams(
    const char * func,
    const char * fmt,
    ...)         MTY_FMT(2,
    3
);

Parameters

func (const char *)

The name of the function that produced the message. The MTY_LogFatal macro automatically fills this value.

fmt (const char *)

Format string.

MTY_FMT(2 (...))

3

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Log

Clone this wiki locally