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

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

Definition at line 233 of file CmdOptions.h.

References AddOption().

00234     {
00235         AddOption('v', "verb", "level", "0");
00236         AddOption(0, "debug", "", "0");
00237         AddOption(0, "debugCat", "categories separated with ';' or ':'", "");
00238         AddOption(0, "logProperties", "fileName", "./log4cpp.properties");
00239         AddOption(0, "logFile", "fileName", "");
00240         AddOption(0, "logLayout", "layoutPattern",
00241                   "%d{%a%d %H:%M:%S,%l} %-5p [%c %x] %m%n");
00242         AddOption(0, "noErrorLog", "", "0");
00243         AddOption(0, "jobErrorLog", "fileName", "");
00244         AddOption(0, "exitOnErrorLogged", "", "0");
00245         AddOption(0, "logFlushOutput", "flag", "0");
00246         AddOption(0, "showProgress", "flag", "1");
00247         AddOption(0, "ini", "filename", "");
00248     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:13:57 2011 for ImpalaSrc by  doxygen 1.5.1