added to err_helper.h SPDLOG_API

pull/3309/head
Gabi Melman 8 months ago committed by GitHub
parent 8f6ef52156
commit 9a133c7a7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,7 +11,7 @@
// by default, prints the error to stderr, thread safe // by default, prints the error to stderr, thread safe
namespace spdlog { namespace spdlog {
namespace details { namespace details {
class err_helper { class SPDLOG_API err_helper {
err_handler custom_err_handler_; err_handler custom_err_handler_;
public: public:
void handle_ex(const std::string& origin, const source_loc& loc, const std::exception& ex) const; void handle_ex(const std::string& origin, const source_loc& loc, const std::exception& ex) const;

Loading…
Cancel
Save