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

Function log_info

cpp/base/base.hpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 */
69template <typename... Args>
70inline void log_info(const log_channel& channel, const std::string& message, Args&&... args)
71{
72 get_logger().log(log_level::info, channel.channel(), message, fmt::make_format_args(args...));
73}
74
75/**
76 * @param channel Log channel to use

Callers 1

create_tableMethod · 0.85

Calls 2

logMethod · 0.80
channelMethod · 0.80

Tested by

no test coverage detected