Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ai-sdk-cpp
/ log
Method
log
include/ai/logger.h:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
class NullLogger final : public Logger {
64
public:
65
void log(LogLevel, std::string_view) override {}
66
bool is_enabled(LogLevel) const override { return false; }
67
};
68
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected