SELKIELogger  1.0.0
config_section Struct Reference

Configuration file section. More...

#include <LoggerConfig.h>

Collaboration diagram for config_section:

Public Attributes

char * name
 Section [tag].
 
size_t optsize
 Allocated size of *opts.
 
int numopts
 Number of *opts in use.
 
config_kvopts
 Key=value pairs belonging to this section.
 

Detailed Description

Configuration file section.

The configuration file can be broken into sections, headed by a [tag]. The tag is stored as name, with subsequent key=value pairs in a dynamically allocated array.

Definition at line 54 of file LoggerConfig.h.


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