|
Chebyshev
Unit testing for scientific software
|
Logging system for the output module. More...
Go to the source code of this file.
Namespaces | |
| namespace | chebyshev |
| General namespace of the framework. | |
| namespace | chebyshev::output |
| Functions to manage printing results. | |
Enumerations | |
| enum class | chebyshev::output::LogLevel { DEBUG , INFO , WARNING , ERROR } |
| Log levels for the output module. | |
Functions | |
| std::string | chebyshev::output::loglevel_to_string (LogLevel level) |
| Convert a log level to a string for printing. | |
Logging system for the output module.