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

Function log_debug

include/ai/logger.h:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128template <typename... Args>
129inline void log_debug(std::format_string<Args...> fmt, Args&&... args) {
130 logger().debug(fmt, std::forward<Args>(args)...);
131}
132
133template <typename... Args>
134inline void log_info(std::format_string<Args...> fmt, Args&&... args) {

Callers 15

execute_multi_stepMethod · 0.85
BaseProviderClientMethod · 0.85
generate_textMethod · 0.85
embeddingsMethod · 0.85
AnthropicClientMethod · 0.85
stream_textMethod · 0.85
start_streamMethod · 0.85
get_next_eventMethod · 0.85
stop_streamMethod · 0.85
run_streamMethod · 0.85

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected