Logs an error or debugging message. If the log level has been set as fatal, the abort() function is called to terminate the program.
the log domain.
the log level.
the message format. See the printf() documentation.
the parameters to insert into the format string.
See Implementation
Logs an error or debugging message. If the log level has been set as fatal, the abort() function is called to terminate the program.