Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_lippincott
Function · 0.85
log_critical
Method · 0.85
test_logger
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_logger
Function · 0.68