MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / error

Method error

extlibs/spdlog/include/spdlog/logger.h:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125 template<typename... Args>
126 void error(string_view_t fmt, const Args &... args)
127 {
128 log(level::err, fmt, args...);
129 }
130
131 template<typename... Args>
132 void critical(string_view_t fmt, const Args &... args)

Callers 1

errorFunction · 0.45

Calls 1

logFunction · 0.85

Tested by

no test coverage detected