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

Function get_logger

OpenHD/ohd_interface/src/wifi_command_helper.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "wifi_channel.h"
34
35static std::shared_ptr<spdlog::logger> get_logger() {
36 return openhd::log::create_or_get("w_helper");
37}
38
39bool wifi::commandhelper::rfkill_unblock_all() {
40 get_logger()->info("rfkill_unblock_all");

Calls

no outgoing calls

Tested by

no test coverage detected