|
CX Framework
Cross-platform C utility framework
|
#include <log.h>
Data Fields | |
| string | name |
| Category name. | |
| bool | priv |
| Private categories are filtered out unless explicitly requested. | |
Log category for filtering and organizing log messages
Categories allow grouping related log messages together and filtering them at destinations. Create categories with logCreateCat() and use them with logStrC() and logFmtC() macros.