Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::CmdOptions::CmdOptions (  )  [inline, private]

Definition at line 220 of file CmdOptions.h.

References AddOption().

00221     {
00222         AddOption('v', "verb", "level", "0");
00223         AddOption(0, "debug", "", "0");
00224         AddOption(0, "debugCat", "categories separated with ';' or ':'", "");
00225         AddOption(0, "logProperties", "fileName", "./log4cpp.properties");
00226         AddOption(0, "logFile", "fileName", "");
00227         AddOption(0, "logLayout", "layoutPattern",
00228                   "%d{%a%d %H:%M:%S,%l} %-5p [%c %x] %m%n");
00229         AddOption(0, "noErrorLog", "", "0");
00230         AddOption(0, "jobErrorLog", "fileName", "");
00231         AddOption(0, "exitOnErrorLogged", "", "0");
00232         AddOption(0, "logFlushOutput", "flag", "0");
00233         AddOption(0, "showProgress", "flag", "1");
00234         AddOption(0, "ini", "filename", "");
00235     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:35:40 2010 for ImpalaSrc by  doxygen 1.5.1