|
libosmocore 1.11.0.52-28973f
Osmocom core library
|
Information regarding one logging category. More...
#include <logging.h>
Data Fields | |
| const char * | name |
| name of category More... | |
| const char * | color |
| color string for cateyory More... | |
| const char * | description |
| description text More... | |
| uint8_t | loglevel |
| currently selected log-level More... | |
| uint8_t | enabled |
| is this category enabled or not More... | |
Information regarding one logging category.
| const char* log_info_cat::color |
color string for cateyory
Referenced by color().
| const char* log_info_cat::description |
description text
| uint8_t log_info_cat::enabled |
is this category enabled or not
Referenced by log_target_create().
| uint8_t log_info_cat::loglevel |
currently selected log-level
Referenced by log_init(), and log_target_create().
| const char* log_info_cat::name |
name of category
Referenced by log_category_name(), log_parse_category(), and log_parse_category_mask().