libosmocore 0.9.6-23.20170220git32ee5af8.fc42
Osmocom core library
|
Information regarding one logging category. More...
#include <logging.h>
Data Fields | |
const char * | name |
const char * | color |
const char * | description |
uint8_t | loglevel |
uint8_t | enabled |
Information regarding one logging category.
const char* log_info_cat::color |
color string for cateyory
const char* log_info_cat::description |
description text
Referenced by log_vty_command_description().
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_target_create().
const char* log_info_cat::name |
name of category
Referenced by log_parse_category(), log_parse_category_mask(), log_vty_command_description(), and log_vty_command_string().