Lines Matching defs:log
192 // Error log format: <datetime> <main-pid> <current-pid>
354 namespace log {
355 void hex(Log &log) { log.set_flags(Log::fmt_hex); };
357 void dec(Log &log) { log.set_flags(Log::fmt_dec); };
358 } // namespace log
539 // Construct absolute request URI from |Request|, mainly to log
561 // We may have to log the request which lacks scheme (e.g.,
935 << " with status " << log::hex << rstatus << log::dec