Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ debug
Function
debug
include/geode/basic/logger.hpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
template < typename... Args >
72
static void debug( const Args &...args )
73
{
74
log_debug( absl::StrCat( args... ) );
75
}
76
77
template < typename... Args >
78
static void info( const Args &...args )
Callers
4
goto_keyword_if_it_exists
Function · 0.85
log_debug
Method · 0.85
convert_grid_to_surface
Function · 0.85
test_logger
Function · 0.85
Calls
no outgoing calls
Tested by
2
convert_grid_to_surface
Function · 0.68
test_logger
Function · 0.68