SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
sbgl_LogConfig Struct Reference

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
 

Detailed Description

Logging configuration.

Definition at line 34 of file sbgl_internal_log.h.

Field Documentation

◆ categoryMask

uint32_t sbgl_LogConfig::categoryMask

Definition at line 36 of file sbgl_internal_log.h.

◆ fileEnabled

bool sbgl_LogConfig::fileEnabled

Definition at line 37 of file sbgl_internal_log.h.

◆ filePath

const char* sbgl_LogConfig::filePath

Definition at line 38 of file sbgl_internal_log.h.

◆ maxFiles

uint32_t sbgl_LogConfig::maxFiles

Definition at line 39 of file sbgl_internal_log.h.

◆ maxFileSize

size_t sbgl_LogConfig::maxFileSize

Definition at line 40 of file sbgl_internal_log.h.

◆ minLevel

sbgl_LogLevel sbgl_LogConfig::minLevel

Definition at line 35 of file sbgl_internal_log.h.


The documentation for this struct was generated from the following file: