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

Method is_enabled

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

Source from the content-addressed store, hash-verified

64 public:
65 void log(LogLevel, std::string_view) override {}
66 bool is_enabled(LogLevel) const override { return false; }
67};
68
69class ConsoleLogger final : public Logger {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected