|
|
@ -299,14 +299,14 @@ void moulineZones(vector<string> &zoneNames)
|
|
|
|
/****************************************************************\
|
|
|
|
/****************************************************************\
|
|
|
|
MAIN
|
|
|
|
MAIN
|
|
|
|
\****************************************************************/
|
|
|
|
\****************************************************************/
|
|
|
|
CFileDisplayer fd("evallog.log", true);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// Filter addSearchPath
|
|
|
|
// Filter addSearchPath
|
|
|
|
NLMISC::createDebug();
|
|
|
|
NLMISC::createDebug();
|
|
|
|
InfoLog->addNegativeFilter ("adding the path");
|
|
|
|
InfoLog->addNegativeFilter ("adding the path");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CFileDisplayer fd(getLogDirectory() + "evallog.log", true);
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef LOG_ALL_INFO_TO_FILE
|
|
|
|
#ifdef LOG_ALL_INFO_TO_FILE
|
|
|
|
createDebug();
|
|
|
|
createDebug();
|
|
|
|
DebugLog->addDisplayer (&fd);
|
|
|
|
DebugLog->addDisplayer (&fd);
|
|
|
|