Log Levels
Define how much information the testing system will tell you
high level
- 'success': report successful tests
- 'test_suite': report navigation within test suites
- 'message': display messages
- 'warning': report warnings
- 'error': report errors
- 'cpp_exception': report uncaught C++ exceptions
- 'system_error': report system errors
- 'fatal_error': report fatal errors
- 'nothing': report nothing
low level
Note: each log level reports every level beneath it i.e. system_error also reports fatal_error and nothing
Syntax
./a.out --log_level=success