MCPcopy 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

log_traceMethod · 0.85
second_testFunction · 0.85
test_loggerFunction · 0.85

Calls

no outgoing calls

Tested by 2

second_testFunction · 0.68
test_loggerFunction · 0.68