Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHD/OpenHD
/ warning_log
Method
warning_log
OpenHD/ohd_common/src/openhd_spdlog.cpp:179–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
openhd::log::get_default()->info(message);
178
}
179
void openhd::log::warning_log(const std::string& message) {
180
openhd::log::get_default()->warn(message);
181
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected