42 #ifndef TEUCHOS_VERBOSITY_LEVEL_HPP
43 #define TEUCHOS_VERBOSITY_LEVEL_HPP
99 const
bool isDefaultLevel = false
121 #endif // TEUCHOS_VERBOSITY_LEVEL_HPP
EVerbosityLevel
Verbosity level.
Generate a high level of output.
Generate only a minimal amount of output.
#define TEUCHOS_ENUM_INPUT_STREAM_OPERATOR(ENUMTYPE)
Generate the most output possible.
#define TEUCHOSCORE_LIB_DLL_EXPORT
std::string toString(const HashSet< Key > &h)
TEUCHOSCORE_LIB_DLL_EXPORT bool includesVerbLevel(const EVerbosityLevel verbLevel, const EVerbosityLevel requestedVerbLevel, const bool isDefaultLevel=false)
Return true if the verbosity level includes the given level.
TEUCHOSCORE_LIB_DLL_EXPORT EVerbosityLevel incrVerbLevel(const EVerbosityLevel inputVerbLevel, const int numLevels)
Return an increased or decreased verbosity level.
Generate output as defined by the object.