Home
last modified time | relevance | path

Searched refs:PSG_CRITICAL (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/
H A Dpubseq_gateway.cpp372 PSG_CRITICAL(exc); in OpenCass()
380 PSG_CRITICAL(msg); in OpenCass()
418 PSG_CRITICAL(exc.what()); in Run()
421 PSG_CRITICAL("Unknown argument parsing error"); in Run()
1306 PSG_CRITICAL(err_msg); in PopulateCassandraMapping()
1314 PSG_CRITICAL(exc); in PopulateCassandraMapping()
1315 PSG_CRITICAL(err_msg); in PopulateCassandraMapping()
1324 PSG_CRITICAL(err_msg); in PopulateCassandraMapping()
1356 PSG_CRITICAL(combined_error); in PopulateCassandraMapping()
H A Dpubseq_gateway_logging.hpp67 #define PSG_CRITICAL(message) \ macro