LLVM OpenMP 22.0.0git
|
Provides ompTest-tailored logging, with log-levels and formatting/coloring. More...
#include "OmptAssertEvent.h"
#include <iostream>
#include <map>
#include <mutex>
#include <set>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | omptest::logging::Logger |
Namespaces | |
namespace | omptest |
namespace | omptest::logging |
Functions | |
const char * | omptest::logging::to_string (Level LogLevel) |
Returns a string representation of the given logging level. | |
std::string | omptest::logging::getFormatSequence (Level LogLevel=Level::Default) |
Returns the format options as escaped sequence, for the given logging level. | |
std::string | omptest::logging::format (const std::string &Message, FormatOption Option) |
Format the given message with the provided option(s) and return it. | |
std::string | omptest::logging::format (const std::string &Message, std::set< FormatOption > Options) |
Provides ompTest-tailored logging, with log-levels and formatting/coloring.
Definition in file Logging.h.