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

Function error

extlibs/spdlog/include/spdlog/spdlog.h:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162template<typename... Args>
163inline void error(string_view_t fmt, const Args &... args)
164{
165 default_logger_raw()->error(fmt, args...);
166}
167
168template<typename... Args>
169inline void critical(string_view_t fmt, const Args &... args)

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected