Home | Libraries | People | FAQ | More |
This argument controls the level of test runner output. The values are cumulative, with each increase in log level including all messages at lower levels. By default, only errors are reported. See test runner log for more information on the log.
Value |
Meaning |
---|---|
|
Do not report any information. |
|
Report all user or system fatal errors, such as memory access violation. |
|
Report system non-fatal errors, such as timeout or floating-point exception. |
|
Report uncaught C++ exceptions. |
|
Report test failures. |
|
Report test warnings. |
|
Report test messages; see |
|
Report entering and leaving every test case and test suite. |
|
Report all successful assertions. |
|
Report everything. |
Environment variable: BOOST_TEST_LOG_LEVEL