spdlog
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
spdlog::spdlog_ex Class Reference

Detailed Description

Definition at line 226 of file common.h.

#include <common.h>

Inheritance diagram for spdlog::spdlog_ex:
[legend]

Public Member Functions

 spdlog_ex (std::string msg)
 
 spdlog_ex (const std::string &msg, int last_errno)
 
const charwhat () const SPDLOG_NOEXCEPT override
 
T what (T... args)
 

Private Attributes

std::string msg_
 

Constructor & Destructor Documentation

◆ spdlog_ex() [1/2]

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

Definition at line 52 of file common-inl.h.

◆ spdlog_ex() [2/2]

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

Definition at line 56 of file common-inl.h.

Member Function Documentation

◆ what()

SPDLOG_INLINE const char * spdlog::spdlog_ex::what ( ) const
override

Definition at line 63 of file common-inl.h.

Member Data Documentation

◆ msg_

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

Definition at line 234 of file common.h.


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