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

Function main

OpenHD/ohd_common/test/test_logging.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include "openhd_spdlog_include.h"
26
27int main(int argc, char *argv[]) {
28 openhd::log::get_default()->debug("Example debug");
29 openhd::log::get_default()->warn("Example warn");
30 return 0;
31}

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected