Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ trace
Function
trace
include/geode/basic/logger.hpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
template < typename... Args >
66
static void trace( const Args &...args )
67
{
68
log_trace( absl::StrCat( args... ) );
69
}
70
71
template < typename... Args >
72
static void debug( const Args &...args )
Callers
5
repair_polygon_orientations
Function · 0.85
repair_polygons_orientations
Function · 0.85
log_trace
Method · 0.85
second_test
Function · 0.85
test_logger
Function · 0.85
Calls
no outgoing calls
Tested by
2
second_test
Function · 0.68
test_logger
Function · 0.68