mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Error reports can be controlled with a verbosity template parameter, usually called verboseT
. The types in this namespace are the standard ones supported by mxlib
.
Classes | |
struct | mx::verbose::o |
Verbosity level 0, no reports are generated or printed to stderr. More... | |
struct | mx::verbose::v |
Verbosity level 1. Minimal reports with no source location information. More... | |
struct | mx::verbose::vv |
Verbosity level 2. Additional information is provided, including source file and line. More... | |
struct | mx::verbose::vvv |
Verbosity level 3. A full report is provided. More... | |
Namespaces | |
namespace | mx::verbose |
Namespace for the error reporting verbosity levels. | |