Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ai-sdk-cpp
/ log_error
Function
log_error
include/ai/logger.h:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
143
template <typename... Args>
144
inline void log_error(std::format_string<Args...> fmt, Args&&... args) {
145
logger().error(fmt, std::forward<Args>(args)...);
146
}
147
148
} // namespace ai::logger
Callers
15
parse_standard_error_response
Function · 0.85
generate_text_single_step
Method · 0.85
stream_text
Method · 0.85
embeddings
Method · 0.85
start_stream
Method · 0.85
get_next_event
Method · 0.85
run_stream
Method · 0.85
process_sse_event
Method · 0.85
handle_stream_error
Method · 0.85
get_next_event
Method · 0.85
run_stream
Method · 0.85
parse_sse_line
Method · 0.85
Calls
1
error
Method · 0.80
Tested by
no test coverage detected