libzypp  17.37.18
zypp::debug Namespace Reference

Classes

struct  Osd
 
struct  TraceLeave
 

Functions

std::string tracestr (char tag_r, unsigned depth_r, const std::string &msg_r, const char *file_r, const char *fnc_r, int line_r)
 

Variables

static constexpr std::string_view OO { "\033[0m" }
 
static constexpr std::string_view WH { "\033[37;40m" }
 
static constexpr std::string_view CY { "\033[36;40m" }
 
static constexpr std::string_view YE { "\033[33;1;40m" }
 
static constexpr std::string_view GR { "\033[32;40m" }
 
static constexpr std::string_view RE { "\033[31;1;40m" }
 
static constexpr std::string_view MA { "\033[35;40m" }
 

Function Documentation

◆ tracestr()

std::string zypp::debug::tracestr ( char  tag_r,
unsigned  depth_r,
const std::string &  msg_r,
const char *  file_r,
const char *  fnc_r,
int  line_r 
)

Definition at line 318 of file LogControl.cc.

Variable Documentation

◆ OO

constexpr std::string_view zypp::debug::OO { "\033[0m" }
static

Definition at line 308 of file LogControl.cc.

◆ WH

constexpr std::string_view zypp::debug::WH { "\033[37;40m" }
static

Definition at line 309 of file LogControl.cc.

◆ CY

constexpr std::string_view zypp::debug::CY { "\033[36;40m" }
static

Definition at line 310 of file LogControl.cc.

◆ YE

constexpr std::string_view zypp::debug::YE { "\033[33;1;40m" }
static

Definition at line 311 of file LogControl.cc.

◆ GR

constexpr std::string_view zypp::debug::GR { "\033[32;40m" }
static

Definition at line 312 of file LogControl.cc.

◆ RE

constexpr std::string_view zypp::debug::RE { "\033[31;1;40m" }
static

Definition at line 313 of file LogControl.cc.

◆ MA

constexpr std::string_view zypp::debug::MA { "\033[35;40m" }
static

Definition at line 314 of file LogControl.cc.