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

Method log

src/interface/aimrt_module_cpp_interface/context/context.h:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229inline OpLog Context::log(std::source_location loc) {
230 return OpLog(*this, loc);
231}
232
233// Context CreatePublisher helper impl
234template <class T>

Callers 6

LogMethod · 0.80
PublishMethod · 0.80
RawSubscribeMethod · 0.80
LogFunction · 0.80
ServingMethod · 0.80
SetCoreLoggerMethod · 0.80

Calls 1

OpLogClass · 0.70

Tested by

no test coverage detected