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

Method log_debug

src/geode/basic/logger.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void log_debug( const std::string &message )
60 {
61 if( level_ <= LEVEL::debug )
62 {
63 LoggerManager::debug( message );
64 }
65 }
66
67 void log_info( const std::string &message )
68 {

Callers

nothing calls this directly

Calls 1

debugFunction · 0.85

Tested by

no test coverage detected