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

Method SetPluginLogger

src/plugins/parameter_plugin/parameter_plugin.cc:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void ParameterPlugin::SetPluginLogger() {
75 SetLogger(aimrt::logger::LoggerRef(
76 core_ptr_->GetLoggerManager().GetLoggerProxy().NativeHandle()));
77}
78
79void ParameterPlugin::RegisterRpcService() {
80 service_ptr_ = std::make_unique<ParameterServiceImpl>();

Callers

nothing calls this directly

Calls 3

LoggerRefClass · 0.85
SetLoggerFunction · 0.70
NativeHandleMethod · 0.45

Tested by

no test coverage detected