Searched refs:SEVERITY (Results 1 – 3 of 3) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_log.h | 46 #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/curl/packages/vms/ |
D | curlmsg.msg | 45 .SEVERITY SUCCESS 48 .SEVERITY ERROR
|
D | curlmsg.sdl | 17 /* THE ERROR SEVERITY LEVEL. WITH THE EXCEPTION OF
|