C/C++ API Reference
Loading...
Searching...
No Matches
Global config

Oveview

These configuration options differ from the options in pw_log/options.h in that these should be set at a global level in the build system rather than at a module or compile unit level.

Macros

#define PW_LOG_LEVEL_DEFAULT   PW_LOG_LEVEL_DEBUG
 
#define PW_LOG_FLAGS_DEFAULT   0
 
#define PW_LOG_ENABLE_IF(level, verbosity, module, flags)    ((int32_t)(level) >= (int32_t)(verbosity))