eo::log: added the parameter -o in order to define a log file + removed some warning messages at compile time

This commit is contained in:
Caner Candan 2010-09-01 12:01:42 +02:00
commit 5bd0baace7
4 changed files with 46 additions and 9 deletions

View file

@ -43,6 +43,7 @@ private:
friend void make_verbose(eoParserLogger&);
eoValueParam<std::string> _verbose;
eoValueParam<bool> _printVerboseLevels;
eoValueParam<std::string> _output;
};
void make_verbose(eoParserLogger&);