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

Function critical

extlibs/spdlog/include/spdlog/spdlog.h:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168template<typename... Args>
169inline void critical(string_view_t fmt, const Args &... args)
170{
171 default_logger_raw()->critical(fmt, args...);
172}
173
174template<typename T>
175inline void log(source_loc source, level::level_enum lvl, const T &msg)

Callers

nothing calls this directly

Calls 1

criticalMethod · 0.80

Tested by

no test coverage detected