GLib.TestLogFatalFunc
function onTestLogFatalFunc(log_domain: String, log_level: GLib.LogLevelFlags, message: String): Boolean {
}
Specifies the prototype of fatal log handler functions.
Since 2.22
- log_domain
the log domain of the message
- log_level
the log level of the message (including the fatal and recursion flags)
- message
the message to process
- Returns
true if the program should abort, false otherwise