Home
last modified time | relevance | path

Searched refs:SEVERITY (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_log.h46 #define LOG_ENABLED(SEVERITY) (ENABLE_LOG && shrpx::Log::log_enabled(SEVERITY)) argument
48 #define LOG(SEVERITY) shrpx::Log(SEVERITY, __FILE__, __LINE__) argument
51 #define LLOG(SEVERITY, LISTEN) \ argument
52 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[LISTEN:" << LISTEN << "] ")
55 #define WLOG(SEVERITY, WORKER) \ argument
56 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[WORKER:" << WORKER << "] ")
59 #define CLOG(SEVERITY, CLIENT_HANDLER) \ argument
60 (shrpx::Log(SEVERITY, __FILE__, __LINE__) \
64 #define ULOG(SEVERITY, UPSTREAM) \ argument
65 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[UPSTREAM:" << UPSTREAM \
[all …]
/third_party/grpc/test/core/gpr/
Dlog_test.cc48 #define test_log_function_reached(SEVERITY) \ argument
51 gpr_log_message(SEVERITY, "hello 1 2 3"); \
54 gpr_log(SEVERITY, "hello %d %d %d", 1, 2, 3); \
57 #define test_log_function_unreached(SEVERITY) \ argument
59 gpr_log_message(SEVERITY, "hello 1 2 3"); \
60 gpr_log(SEVERITY, "hello %d %d %d", 1, 2, 3);
/third_party/curl/packages/vms/
Dcurlmsg.msg43 .SEVERITY SUCCESS
46 .SEVERITY ERROR
Dcurlmsg.sdl17 /* THE ERROR SEVERITY LEVEL. WITH THE EXCEPTION OF