Skip to content

raylib.SetTraceLogCallback

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set custom trace log

Parameters

Parameter Default Value Note
callback null

Return value

None.

Notes

Example

raylib.SetTraceLogCallback function(level, text)
    print "[" + level + "] " + text
end function

Clone this wiki locally