Home
last modified time | relevance | path

Searched refs:PW_LOG_LEVEL (Results 1 – 10 of 10) sorted by relevance

/external/pigweed/pw_log/public/pw_log/
Doptions.h59 #ifndef PW_LOG_LEVEL
60 #define PW_LOG_LEVEL PW_LOG_LEVEL_DEBUG macro
68 #define PW_LOG_ENABLE_IF(level, flags) ((level) >= PW_LOG_LEVEL)
/external/pigweed/pw_kvs/
Dflash_partition_with_stats.cc16 #define PW_LOG_LEVEL PW_KVS_LOG_LEVEL macro
Dfake_flash_memory.cc16 #define PW_LOG_LEVEL PW_KVS_LOG_LEVEL macro
Dflash_memory.cc16 #define PW_LOG_LEVEL PW_KVS_LOG_LEVEL macro
Dsectors.cc16 #define PW_LOG_LEVEL PW_KVS_LOG_LEVEL macro
Dentry_cache.cc16 #define PW_LOG_LEVEL PW_KVS_LOG_LEVEL macro
Dentry.cc16 #define PW_LOG_LEVEL PW_KVS_LOG_LEVEL macro
Dkey_value_store.cc16 #define PW_LOG_LEVEL PW_KVS_LOG_LEVEL macro
/external/pigweed/pw_log/
Dbasic_log_test.cc23 #define PW_LOG_LEVEL PW_LOG_LEVEL_DEBUG macro
Ddocs.rst156 #define PW_LOG_LEVEL PW_LOG_LEVEL_WARN
185 .. c:macro:: PW_LOG_LEVEL
187 Filters logs by level. Source files that define ``PW_LOG_LEVEL`` will display
195 #define PW_LOG_LEVEL PW_LOG_LEVEL_INFO