Searched refs:LLOG (Results 1 – 2 of 2) sorted by relevance
414 LLOG(NOTICE, this) << "Created worker thread #" << workers_.size() - 1; in create_worker_thread()431 LLOG(INFO, this) << "Waiting for worker thread to join: n=" in join_worker()438 LLOG(INFO, this) << "Thread #" << n << " joined"; in join_worker()451 LLOG(INFO, this) << "Sending graceful shutdown signal to worker"; in graceful_shutdown_worker()476 LLOG(INFO, this) << "Accepted connection from " in handle_connection()488 LLOG(INFO, this) << "Too many connections >=" in handle_connection()499 LLOG(ERROR, this) << "ClientHandler creation failed"; in handle_connection()
51 #define LLOG(SEVERITY, LISTEN) \ macro