SELKIELogger
1.0.0
|
Configuration file section. More...
#include <LoggerConfig.h>
Public Attributes | |
char * | name |
Section [tag]. | |
size_t | optsize |
Allocated size of *opts. | |
int | numopts |
Number of *opts in use. | |
config_kv * | opts |
Key=value pairs belonging to this section. | |
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.