MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / get_default

Method get_default

OpenHD/ohd_common/src/openhd_spdlog.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133std::shared_ptr<spdlog::logger> openhd::log::get_default() {
134 return create_or_get("default");
135}
136
137void openhd::log::log_via_mavlink(int level, std::string message) {
138 auto tmp = safe_create(static_cast<int>(level), message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected