set & entry separator configuration (with the restriction that they have to be exactly one character long)

This commit is contained in:
Bernhard Amann 2011-11-16 22:47:28 -08:00
parent ab68d84007
commit 4fef1e3f8c
4 changed files with 78 additions and 5 deletions

View file

@ -57,7 +57,20 @@ private:
const LogField* const * fields; // raw mapping
//map<string, string> *keyMap;
//
// Options set from the script-level.
char* separator;
int separator_len;
char* set_separator;
int set_separator_len;
char* empty_field;
int empty_field_len;
char* unset_field;
int unset_field_len;
};