|
SBgl 0.1.0
A graphics framework in C99
|
Logging configuration. More...
#include <sbgl_internal_log.h>
Data Fields | |
| sbgl_LogLevel | minLevel |
| uint32_t | categoryMask |
| bool | fileEnabled |
| const char * | filePath |
| uint32_t | maxFiles |
| size_t | maxFileSize |
Logging configuration.
Definition at line 34 of file sbgl_internal_log.h.
| uint32_t sbgl_LogConfig::categoryMask |
Definition at line 36 of file sbgl_internal_log.h.
| bool sbgl_LogConfig::fileEnabled |
Definition at line 37 of file sbgl_internal_log.h.
| const char* sbgl_LogConfig::filePath |
Definition at line 38 of file sbgl_internal_log.h.
| uint32_t sbgl_LogConfig::maxFiles |
Definition at line 39 of file sbgl_internal_log.h.
| size_t sbgl_LogConfig::maxFileSize |
Definition at line 40 of file sbgl_internal_log.h.
| sbgl_LogLevel sbgl_LogConfig::minLevel |
Definition at line 35 of file sbgl_internal_log.h.