Implementation for file inc/util/warning_msgs.h. More...
#include "inc/util/warning_msgs.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
std::string | syten::prepare_exception_message (std::string_view const cond, std::string_view const file, std::string_view const line) |
Prepares the exeption message and returns it as a std::string . More... | |
Variables | |
bool | syten::issue_error_backtrace_immediate = false |
if true, issue the print_backtrace() call from within issue_error. More... | |
std::mutex | syten::warning_error_mtx |
Mutex protecting issue_warning() and issue_error() More... | |
Implementation for file inc/util/warning_msgs.h.