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

Method SetLogger

src/runtime/core/executor/executor_proxy.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 ExecutorManagerProxy& operator=(const ExecutorManagerProxy&) = delete;
79
80 void SetLogger(const std::shared_ptr<aimrt::common::util::LoggerWrapper>& logger_ptr) { logger_ptr_ = logger_ptr; }
81 const aimrt::common::util::LoggerWrapper& GetLogger() const { return *logger_ptr_; }
82
83 const aimrt_executor_manager_base_t* NativeHandle() const { return &base_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected