LLVM OpenMP 22.0.0git
Variables
Logging.cpp File Reference

Implements ompTest-tailored logging. More...

#include "Logging.h"

Go to the source code of this file.

Variables

std::map< Level, std::set< FormatOption > > AggregatedFormatOptions
 

Detailed Description

Implements ompTest-tailored logging.

Definition in file Logging.cpp.

Variable Documentation

◆ AggregatedFormatOptions

std::map<Level, std::set<FormatOption> > AggregatedFormatOptions
Initial value:
{
{Level::Diagnostic, {FormatOption::ColorLightBlue}},
{Level::Info, {FormatOption::ColorLightGray}},
{Level::Warning, {FormatOption::ColorLightYellow}},
{Level::Error, {FormatOption::ColorRed}},
{Level::Critical, {FormatOption::ColorLightRed}},
{Level::Default, {FormatOption::None}},
{Level::ExpectedEvent, {FormatOption::Bold, FormatOption::ColorCyan}},
{Level::ObservedEvent, {FormatOption::ColorCyan}},
{Level::OffendingEvent, {FormatOption::ColorYellow}}}

Definition at line 30 of file Logging.cpp.

Referenced by omptest::logging::getFormatSequence(), and omptest::logging::Logger::logEventMismatch().