TestLogFatalFunc
typealias TestLogFatalFunc = (logDomain: String, logLevel: LogLevelFlags, message: String) -> Boolean(source)
Specifies the prototype of fatal log handler functions.
param
logDomainthe log domain of the messageparam
logLevelthe log level of the message (including the fatal and recursion flags)param
messagethe message to processreturn true if the program should abort, false otherwise