Expanded support for modifying the timestamp format in the JSON formatter.

This commit is contained in:
Seth Hall 2014-03-12 10:01:59 -04:00
parent 6cd9358a71
commit c591e4f57f
8 changed files with 69 additions and 19 deletions

View file

@ -47,14 +47,15 @@ private:
bool output_to_stdout;
bool include_meta;
bool tsv;
bool use_json;
bool json_iso_timestamps;
string separator;
string set_separator;
string empty_field;
string unset_field;
string meta_prefix;
bool use_json;
string json_timestamps;
threading::formatter::Formatter* formatter;
};