libosmocore 0.9.6-23.20170220git32ee5af8.fc42
Osmocom core library
|
#include <logging.h>
Data Fields | |
uint8_t | loglevel |
uint8_t | enabled |
Configuration of singgle log category / sub-system
uint8_t log_category::enabled |
is logging enabled?
Referenced by log_parse_category_mask(), log_set_category_filter(), and log_target_create().
uint8_t log_category::loglevel |
configured log-level
Referenced by log_parse_category_mask(), log_set_category_filter(), and log_target_create().