mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-19 01:38:14 +00:00
REMOVED: SetTraceLogExit()
I feel nobody has ever used this function...
This commit is contained in:
@@ -972,7 +972,6 @@ RLAPI double GetTime(void); // Returns ela
|
||||
RLAPI void SetConfigFlags(unsigned int flags); // Setup init configuration flags (view FLAGS)
|
||||
|
||||
RLAPI void SetTraceLogLevel(int logType); // Set the current threshold (minimum) log level
|
||||
RLAPI void SetTraceLogExit(int logType); // Set the exit threshold (minimum) log level
|
||||
RLAPI void SetTraceLogCallback(TraceLogCallback callback); // Set a trace log callback to enable custom logging
|
||||
RLAPI void TraceLog(int logType, const char *text, ...); // Show trace log messages (LOG_DEBUG, LOG_INFO, LOG_WARNING, LOG_ERROR)
|
||||
|
||||
|
Reference in New Issue
Block a user