Skip to content

raylib.SetTraceLogLevel

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Logging and tracing

Parameters

Parameter Default Value Note
logLevel

Return value

None.

Notes

Example

// Suppress INFO messages; show only WARNING, ERROR, and FATAL
raylib.SetTraceLogLevel raylib.LOG_WARNING

Clone this wiki locally