Console Library 4.7.0
A header-only library that makes C++ simple
Loading...
Searching...
No Matches
console::fatal_logging Class Reference

表示致命日志错误,通常会导致程序终止。 More...

#include <csexc.h>

Inheritance diagram for console::fatal_logging:
console::console_error

Public Member Functions

 fatal_logging (const std::string &msg)
 构造 fatal_logging。
Public Member Functions inherited from console::console_error
 console_error (const std::string &msg)
 构造 console_error。

Detailed Description

表示致命日志错误,通常会导致程序终止。

Constructor & Destructor Documentation

◆ fatal_logging()

console::fatal_logging::fatal_logging ( const std::string & msg)
inline

构造 fatal_logging。

Parameters
msg错误描述信息。

The documentation for this class was generated from the following file: