MessageLog.logv

Logs an error or debugging message. If the log level has been set as fatal, the abort() function is called to terminate the program.

class MessageLog
static
void
logv

Parameters

logDomain string

the log domain.

logLevel GLogLevelFlags

the log level.

format string

the message format. See the printf() documentation.

args void*

the parameters to insert into the format string.

Meta