MCPcopy Create free account
hub / github.com/activeloopai/deeplake / add

Method add

cpp/base/logger.hpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 void log(log_level level, const std::string& channel, const std::string& message, const fmt::format_args& args) const;
82
83 void add(std::shared_ptr<logger_adapter> adapter)
84 {
85 adapters_.push_back(std::move(adapter));
86 }
87
88 void remove(const std::string& id);
89

Callers 6

run_queryMethod · 0.45
AbFunction · 0.45
ensure_catalogFunction · 0.45
plugin.pyFile · 0.45
custom.jsFile · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected