MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / trace

Method trace

common/logging.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void Logging::trace(const std::string& message)
156{
157 log(LogLevel::TRACE, message);
158}
159
160void Logging::log(LogLevel level, const std::string& message)
161{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected