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

Function error

Libs/spdlog/spdlog.h:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166template<typename... Args>
167inline void error(fmt::format_string<Args...> fmt, Args &&...args)
168{
169 default_logger_raw()->error(fmt, std::forward<Args>(args)...);
170}
171
172template<typename... Args>
173inline void critical(fmt::format_string<Args...> fmt, Args &&...args)

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected