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

Function log_debug

cpp/base/base.hpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 */
58template <typename... Args>
59inline void log_debug(const log_channel& channel, const std::string& message, Args&&... args)
60{
61 get_logger().log(log_level::debug, channel.channel(), message, fmt::make_format_args(args...));
62}
63
64/**
65 * @param channel Log channel to use

Callers 3

createMethod · 0.85
pg_buildemptyFunction · 0.85

Calls 2

logMethod · 0.80
channelMethod · 0.80

Tested by

no test coverage detected