$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
tracy_log.h
Go to the documentation of this file.
1 #ifndef TRACY_LOG_H
2 #define TRACY_LOG_H
3 
4 #include "log.h"
5 #include <stddef.h>
6 
13 void tracy_log_message(LogLevel level, const char* msg);
14 
15 #endif /* TRACY_LOG_H */
Thread-safe logging utility with timestamps and severity levels.
LogLevel
Severity levels for log filtering.
Definition: log.h:13
void tracy_log_message(LogLevel level, const char *msg)
Sends a log message to Tracy if enabled.
Definition: tracy_log.c:6