MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / log_warn

Function log_warn

include/ai/logger.h:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138template <typename... Args>
139inline void log_warn(std::format_string<Args...> fmt, Args&&... args) {
140 logger().warn(fmt, std::forward<Args>(args)...);
141}
142
143template <typename... Args>
144inline void log_error(std::format_string<Args...> fmt, Args&&... args) {

Callers 2

send_batchMethod · 0.85

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected