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

Method error

src/geode/basic/logger_manager.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void error( const std::string &message )
73 {
74 for( auto &logger : loggers_ )
75 {
76 logger->error( message );
77 }
78 }
79
80 void critical( const std::string &message )
81 {

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected