MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / logger

Method logger

src/core/utils/logging/LoggerRegistry.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65std::shared_ptr<Logger> LoggerRegistry::logger(const std::string &name)
66{
67 arm_compute::lock_guard<arm_compute::Mutex> lock(_mtx);
68 return (_loggers.find(name) != _loggers.end()) ? _loggers[name] : nullptr;
69}
70
71void LoggerRegistry::create_reserved_loggers(LogLevel log_level, const std::vector<std::shared_ptr<Printer>> &printers)
72{

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected