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// Fall back to the atomic shared_ptr free functions on standard libraries
128// that have not implemented std::atomic<std::shared_ptr> (notably libc++).
129
130inline std::shared_ptr<Logger>& logger_instance() {
131 static std::shared_ptr<Logger> instance = std::make_shared<ConsoleLogger>();
132 return instance;
133}
134

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