CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
LogCategory Struct Reference

#include <log.h>

Data Fields

string name
 Category name.
 
bool priv
 Private categories are filtered out unless explicitly requested.
 

Detailed Description

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.

Definition at line 81 of file log.h.


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