Searched refs:WLOG (Results 1 – 2 of 2) sorted by relevance
483 WLOG(INFO, this) << "WorkerEvent: client_fd=" << wev.client_fd in process_events()490 WLOG(INFO, this) << "Too many connections >= " << worker_connections; in process_events()503 WLOG(ERROR, this) << "ClientHandler creation failed"; in process_events()510 WLOG(INFO, this) << "CLIENT_HANDLER:" << client_handler << " created "; in process_events()516 WLOG(NOTICE, this) << "Reopening log files: worker process (thread " << this in process_events()523 WLOG(NOTICE, this) << "Graceful shutdown commencing"; in process_events()536 WLOG(NOTICE, this) << "Replace downstream"; in process_events()570 WLOG(INFO, this) << "unknown event type " << static_cast<int>(wev.type); in process_events()
55 #define WLOG(SEVERITY, WORKER) \ macro