Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
spdlog::spdlog_ex Class Reference

#include <common.h>

+ Inheritance diagram for spdlog::spdlog_ex:
+ Collaboration diagram for spdlog::spdlog_ex:

Public Member Functions

 spdlog_ex (const std::string &msg)
 
 spdlog_ex (const std::string &msg, int last_errno)
 
const char * what () const SPDLOG_NOEXCEPT override
 

Private Attributes

std::string _msg
 

Detailed Description

Definition at line 133 of file common.h.

Constructor & Destructor Documentation

◆ spdlog_ex() [1/2]

spdlog::spdlog_ex::spdlog_ex ( const std::string & msg)
inline

Definition at line 136 of file common.h.

◆ spdlog_ex() [2/2]

spdlog::spdlog_ex::spdlog_ex ( const std::string & msg,
int last_errno )
inline

Definition at line 138 of file common.h.

Member Function Documentation

◆ what()

const char * spdlog::spdlog_ex::what ( ) const
inlineoverride

Definition at line 142 of file common.h.

Member Data Documentation

◆ _msg

std::string spdlog::spdlog_ex::_msg
private

Definition at line 147 of file common.h.


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