NGen
Loading...
Searching...
No Matches
logging Namespace Reference

Functions

void debug (const char *msg)
 Send debug output to std::cerr.
 
void info (const char *msg)
 Send info content to std::cerr.
 
void warning (const char *msg)
 Send warning to std::cerr.
 
void error (const char *msg)
 Send error message to std::cerr.
 
void critical (const char *msg)
 Send critical message to std::cerr.
 

Variables

std::mutex logging_mutex
 

Function Documentation

◆ critical()

void logging::critical ( const char * msg)

Send critical message to std::cerr.

Parameters
msgThe variable carries the humanly readable critical message.

References logging_mutex.

◆ debug()

void logging::debug ( const char * msg)

Send debug output to std::cerr.

Parameters
msgThe variable carries the humanly readable debug text info.

References logging_mutex.

◆ error()

void logging::error ( const char * msg)

Send error message to std::cerr.

Parameters
msgThe variable carries the humanly readable error message.

References logging_mutex.

◆ info()

void logging::info ( const char * msg)

Send info content to std::cerr.

Parameters
msgThe variable carries the humanly readable info text.

References logging_mutex.

◆ warning()

Variable Documentation

◆ logging_mutex

std::mutex logging::logging_mutex

Referenced by critical(), debug(), error(), info(), and warning().