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

Method critical

extlibs/spdlog/include/spdlog/logger.h:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 template<typename... Args>
132 void critical(string_view_t fmt, const Args &... args)
133 {
134 log(level::critical, fmt, args...);
135 }
136
137 template<typename T>
138 void log(level::level_enum lvl, const T &msg)

Callers 3

LoadMountFileMethod · 0.80
criticalFunction · 0.80
criticalFunction · 0.80

Calls 1

logFunction · 0.85

Tested by

no test coverage detected