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

Method SetLogger

src/runtime/core/module/module_loader.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 ModuleLoader& operator=(const ModuleLoader&) = delete;
25
26 void SetLogger(const std::shared_ptr<aimrt::common::util::LoggerWrapper>& logger_ptr) { logger_ptr_ = logger_ptr; }
27 const aimrt::common::util::LoggerWrapper& GetLogger() const { return *logger_ptr_; }
28
29 void LoadPkg(std::string_view pkg_path,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected