MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / TraceLog

Method TraceLog

include/RaylibException.hpp:29–29  ·  view source on GitHub ↗

* Outputs the exception message to TraceLog(). * * @param logLevel The output status to use when outputing. */

Source from the content-addressed store, hash-verified

27 * @param logLevel The output status to use when outputing.
28 */
29 void TraceLog(int logLevel = LOG_ERROR) { ::TraceLog(logLevel, std::runtime_error::what()); }
30};
31
32} // namespace raylib

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64