|
cbase 1.46.11
C/C++ Static Template
|
Internal state structure for the global logger. More...

Public Attributes | |
| void * | lock_data |
| LogLockFn | lock_fn |
| LogLevel | level |
| b32 | quiet |
| Callback | callbacks [4] |
Internal state structure for the global logger.
Definition at line 23 of file base_log.c.
| Callback Logger::callbacks[4] |
Array of registered custom callbacks.
Definition at line 28 of file base_log.c.
| LogLevel Logger::level |
The current global minimum log level.
Definition at line 26 of file base_log.c.
| void* Logger::lock_data |
User data passed to the thread-lock function.
Definition at line 24 of file base_log.c.
| LogLockFn Logger::lock_fn |
Callback used to lock/unlock for thread safety.
Definition at line 25 of file base_log.c.
| b32 Logger::quiet |
Flag to mute standard console output.
Definition at line 27 of file base_log.c.