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.
 

Function Documentation

◆ critical()

void logging::critical ( const char * msg)

Send critical message to std::cerr.

Parameters
msgThe variable carries the humanly readable critical message.

◆ debug()

void logging::debug ( const char * msg)

Send debug output to std::cerr.

Parameters
msgThe variable carries the humanly readable debug text info.

◆ error()

void logging::error ( const char * msg)

Send error message to std::cerr.

Parameters
msgThe variable carries the humanly readable error message.

◆ info()

void logging::info ( const char * msg)

Send info content to std::cerr.

Parameters
msgThe variable carries the humanly readable info text.

◆ warning()

void logging::warning ( const char * msg)