SELKIELogger
1.0.0
|
Represent a key=value pair. More...
#include <LoggerConfig.h>
Public Attributes | |
char * | key |
Configuration item key. | |
char * | value |
Configuration item value. | |
Represent a key=value pair.
Each k=v line in the file is represented as a pair of strings for later processing.
Definition at line 42 of file LoggerConfig.h.