SklavaBot 0.1.0
Telegram Bot in C++
Loading...
Searching...
No Matches
LOG Namespace Reference

Defined LOG types. More...

Variables

const std::string Info = FG_BWHITE "[INFO]" RESET
 
const std::string Warn = FG_BYELLOW "[WARN]" RESET
 
const std::string Error = FG_BRED "[ERROR]" RESET
 
const std::string Debug = FG_BGREEN "[DEBUG]" RESET
 

Detailed Description

Defined LOG types.

LOG namespace

Variable Documentation

◆ Debug

const std::string LOG::Debug = FG_BGREEN "[DEBUG]" RESET

Definition at line 47 of file utils.hpp.

◆ Error

const std::string LOG::Error = FG_BRED "[ERROR]" RESET

Definition at line 46 of file utils.hpp.

◆ Info

const std::string LOG::Info = FG_BWHITE "[INFO]" RESET

Definition at line 44 of file utils.hpp.

◆ Warn

const std::string LOG::Warn = FG_BYELLOW "[WARN]" RESET

Definition at line 45 of file utils.hpp.