Home | History | Annotate | Download | only in flip_server

Lines Matching refs:VLOG

42   VLOG(1) << "Attempting to listen on " << listen_ip_.c_str() << ":"
74 VLOG(1) << "Listening on socket: ";
76 VLOG(1) << "\tType : Proxy";
78 VLOG(1) << "\tType : SPDY Server";
80 VLOG(1) << "\tType : HTTP Server";
81 VLOG(1) << "\tIP : " << listen_ip_;
82 VLOG(1) << "\tPort : " << listen_port_;
83 VLOG(1) << "\tHTTP Server : " << http_server_ip_ << ":"
85 VLOG(1) << "\tHTTPS Server : " << https_server_ip_ << ":"
87 VLOG(1) << "\tSSL : "
89 VLOG(1) << "\tCertificate : " << ssl_cert_filename;
90 VLOG(1) << "\tKey : " << ssl_key_filename;
91 VLOG(1) << "\tSpdy Only : " << (spdy_only?"true":"flase");