Agora  1.2.0
Agora project
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 (std::string msg)
 
 spdlog_ex (const std::string &msg, int last_errno)
 
const char * what () const noexcept override
 

Private Attributes

std::string msg_
 

Constructor & Destructor Documentation

◆ spdlog_ex() [1/2]

SPDLOG_INLINE spdlog::spdlog_ex::spdlog_ex ( std::string  msg)
explicit

◆ spdlog_ex() [2/2]

SPDLOG_INLINE spdlog::spdlog_ex::spdlog_ex ( const std::string &  msg,
int  last_errno 
)
Here is the call graph for this function:

Member Function Documentation

◆ what()

const SPDLOG_INLINE char * spdlog::spdlog_ex::what ( ) const
overridenoexcept
Here is the caller graph for this function:

Member Data Documentation

◆ msg_

std::string spdlog::spdlog_ex::msg_
private

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