carl  24.04
Computer ARithmetic Library
LogLevel.h File Reference
#include <ostream>
Include dependency graph for LogLevel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 carl
 carl is the main namespace for the library.
 
 carl::logging
 Contains a custom logging facility.
 

Enumerations

enum class  carl::logging::LogLevel {
  carl::logging::LVL_ALL , carl::logging::LVL_TRACE , carl::logging::LVL_DEBUG , carl::logging::LVL_INFO ,
  carl::logging::LVL_WARN , carl::logging::LVL_ERROR , carl::logging::LVL_FATAL , carl::logging::LVL_OFF ,
  carl::logging::LVL_DEFAULT = LVL_WARN
}
 Indicated which log messages should be forwarded to some sink. More...
 

Functions

std::ostream & carl::logging::operator<< (std::ostream &os, LogLevel level)
 Streaming operator for LogLevel. More...