MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / critical

Function critical

include/geode/basic/logger.hpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95 template < typename... Args >
96 static void critical( const Args &...args )
97 {
98 log_critical( absl::StrCat( args... ) );
99 }
100
101 private:
102 Logger();

Callers 3

geode_lippincottFunction · 0.85
log_criticalMethod · 0.85
test_loggerFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_loggerFunction · 0.68