carl  24.04
Computer ARithmetic Library
logging.cpp File Reference
#include "logging.h"
#include "Logger.h"
Include dependency graph for logging.cpp:

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.
 

Functions

bool carl::logging::visible (LogLevel level, const std::string &channel) noexcept
 
void carl::logging::log (LogLevel level, const std::string &channel, const std::stringstream &ss, const RecordInfo &info)