Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getLogger
Method
getLogger
src/backend/common/AllocatorInterface.hpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
virtual void *nativeAlloc(const size_t bytes) = 0;
35
virtual void nativeFree(void *ptr) = 0;
36
virtual spdlog::logger *getLogger() final { return this->logger.get(); }
37
38
protected:
39
std::shared_ptr<spdlog::logger> logger;
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected