Changeset 2531 for trunk/MagicSoft/Mars/merpp.cc
- Timestamp:
- 11/19/03 00:23:54 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/merpp.cc
r2521 r2531 64 64 } 65 65 66 int main(const int argc, c onst char **argv)66 int main(const int argc, char **argv) 67 67 { 68 68 StartUpMessage(); … … 79 79 } 80 80 81 //82 // Set verbosity to highest level.83 //84 gLog.SetDebugLevel(arg.HasOption("-v") ? arg.GetIntAndRemove("-v") : 2);85 86 81 if (arg.HasOption("-a") && arg.GetIntAndRemove("-a")==0) 87 82 gLog.SetNoColors(); 88 83 89 84 const int kComprlvl = arg.HasOption("-c") ? arg.GetIntAndRemove("-c") : 1; 85 86 gLog.SetDebugLevel(arg.HasOption("-v") ? arg.GetIntAndRemove("-v") : 2); 90 87 91 88 //
Note:
See TracChangeset
for help on using the changeset viewer.