* Outputs the exception message to TraceLog(). * * @param logLevel The output status to use when outputing. */
| 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 |