assertionMessageExpr

fun assertionMessageExpr(domain: String? = null, file: String, line: <Error class: unknown class>, func: String, expr: String? = null)

Internal function used to print messages from the public g_assert() and g_assert_not_reached() macros.

Parameters

domain

log domain

file

file containing the assertion

line

line number of the assertion

func

function containing the assertion

expr

expression which failed