Use quic_logging in //third_party/quic/

Since we now have QUIC_ logging macros defined in terms of the quiche_logging_lib, it's simpler to consistently use QUIC_ inside of //third_party/quic. This CL undoes part of cl/288025091.

gfe-relnote: n/a, no functional change
PiperOrigin-RevId: 288329086
Change-Id: Id3ef7dad593b1b6e63b75ade949e439bec12c20d
4 files changed
tree: 8adc4e655f468d55e13c4fd646c489b485fa4d93
  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.