MCPcopy Create free account
hub / github.com/AimRT/AimRT / Log

Function Log

src/interface/aimrt_module_cpp_interface/context/context.h:444–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444inline OpLog Log(std::source_location loc = std::source_location::current()) {
445 return aimrt::context::details::GetCurrentContext(loc)->log(loc);
446}
447
448// Context CreateClient for service client class
449template <class TServiceClient>

Callers 9

GetSimpleLoggerRefFunction · 0.85
TraceMethod · 0.85
DebugMethod · 0.85
InfoMethod · 0.85
WarnMethod · 0.85
ErrorMethod · 0.85
FatalMethod · 0.85
StartMethod · 0.85
ShutdownMethod · 0.85

Calls 2

GetCurrentContextFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected