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

Function test_logger

tests/basic/test-logger.cpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 };
71
72 void test_logger()
73 {
74 geode::Logger::trace( "test ", "trace" );
75 geode::Logger::debug( "test ", "debug" );
76 geode::Logger::info( "test ", "info" );
77 geode::Logger::warn( "test ", "warn" );
78 geode::Logger::error( "test ", "error" );
79 geode::Logger::critical( "test ", "critial" );
80 }
81
82 std::string test_huge_message()
83 {

Callers 1

testFunction · 0.85

Calls 6

traceFunction · 0.85
debugFunction · 0.85
infoFunction · 0.85
warnFunction · 0.85
errorFunction · 0.85
criticalFunction · 0.85

Tested by

no test coverage detected