[][src]Module raylib::core::logging

Functions to change the behavior of raylib logging.

Functions

set_trace_log

Set the current threshold (minimum) log level

set_trace_log_exit

Set the exit threshold (minimum) log level

trace_log

Writes a trace log message (Log::INFO, Log::WARNING, Log::ERROR, Log::DEBUG).