libosmocore 1.9.0.192-1c24
Osmocom core library
log_info_cat Struct Reference

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...
 

Detailed Description

Information regarding one logging category.

Field Documentation

◆ color

const char* log_info_cat::color

color string for cateyory

Referenced by color().

◆ description

const char* log_info_cat::description

description text

◆ enabled

uint8_t log_info_cat::enabled

is this category enabled or not

Referenced by log_target_create().

◆ loglevel

uint8_t log_info_cat::loglevel

currently selected log-level

Referenced by log_init(), and log_target_create().

◆ name

const char* log_info_cat::name

The documentation for this struct was generated from the following file: