MCPcopy Create free account
hub / github.com/ByConity/ByConity / tryLogWarningCurrentException

Function tryLogWarningCurrentException

src/Common/Exception.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void tryLogWarningCurrentException(const char * log_name, const std::string & start_of_message)
249{
250 tryLogWarningCurrentException(&Poco::Logger::get(log_name), start_of_message);
251}
252
253void tryLogWarningCurrentException(Poco::Logger * logger, const std::string & start_of_message)
254{

Callers 5

applyABTestProfileMethod · 0.85
executeQueryImplFunction · 0.85
explainMetaDataMethod · 0.85
getASTFromBindingsMethod · 0.85

Calls 3

getFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected