TestLogFatalFunc

typealias TestLogFatalFunc = (logDomain: String, logLevel: LogLevelFlags, message: String) -> Boolean

Specifies the prototype of fatal log handler functions.

  • param logDomain the log domain of the message

  • param logLevel the log level of the message (including the fatal and recursion flags)

  • param message the message to process

  • return true if the program should abort, false otherwise