Copy //third_party/quic logging library to quiche

This CL also switches code in //third_party/quic/platform to use the
newly-created quiche_logging library. Secondly, this makes some IWYU fixes in third_party/quic/qbone so the presubmit can build.

This is the first in a series of CLs that will transition users of quic_logging to use quiche_logging, and eventually delete quic_logging from //third_party/quic.

gfe-relnote: n/a, no functional change
PiperOrigin-RevId: 288025091
Change-Id: Ib126ca6f19b1c217ebbbaac26b15f06af1cc776d
5 files changed
tree: 2d87294a56ac68e772439492b7b32d8ebc071460
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.