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

Method remove_logger

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

Source from the content-addressed store, hash-verified

54}
55
56void LoggerRegistry::remove_logger(const std::string &name)
57{
58 arm_compute::lock_guard<arm_compute::Mutex> lock(_mtx);
59 if (_loggers.find(name) != _loggers.end())
60 {
61 _loggers.erase(name);
62 }
63}
64
65std::shared_ptr<Logger> LoggerRegistry::logger(const std::string &name)
66{

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected