mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::verbose Namespace Reference

Namespace for the error reporting verbosity levels. More...

Namespace for the error reporting verbosity levels.

Classes

struct  o
 Verbosity level 0, no reports are generated or printed to stderr. More...
 
struct  v
 Verbosity level 1. Minimal reports with no source location information. More...
 
struct  vv
 Verbosity level 2. Additional information is provided, including source file and line. More...
 
struct  vvv
 Verbosity level 3. A full report is provided. More...
 

Typedefs

typedef MXLIB_DEFAULT_VERBOSITY d
 The default verbosity.
 

Typedef Documentation

◆ d

typedef MXLIB_DEFAULT_VERBOSITY mx::verbose::d

The default verbosity.

Definition at line 202 of file error.hpp.