1 // Copyright 2023 The Chromium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #include "quiche_platform_impl/quiche_logging_impl.h" 6 7 #include "absl/flags/flag.h" 8 #include "absl/log/absl_log.h" 9 #include "absl/strings/string_view.h" 10 11 #ifndef ABSL_VLOG 12 ABSL_FLAG(int, v, 0, "Show all QUICHE_VLOG(m) messages for m <= this."); 13 #endif 14