|
@ -797,8 +797,7 @@ Options::Options() |
|
|
std::cout.rdbuf(strCout.rdbuf()); |
|
|
std::cout.rdbuf(strCout.rdbuf()); |
|
|
std::cerr.rdbuf(strCout.rdbuf()); |
|
|
std::cerr.rdbuf(strCout.rdbuf()); |
|
|
} |
|
|
} |
|
|
else |
|
|
else if (indentLevel == "1") |
|
|
if (indentLevel == "1") |
|
|
|
|
|
logVerbosity = Verbosity::NiceReport; |
|
|
logVerbosity = Verbosity::NiceReport; |
|
|
else |
|
|
else |
|
|
logVerbosity = Verbosity::Full; |
|
|
logVerbosity = Verbosity::Full; |
|
|