Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: net/quic/platform/impl/quic_logging_impl.h

Issue 2962773003: Add QUIC_PLOG to gfe/quic/platform and use it in TunDevice. (Closed)
Patch Set: Rebase Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/quic/platform/api/quic_logging.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2017 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_QUIC_PLATFORM_IMPL_QUIC_LOGGING_IMPL_H_ 5 #ifndef NET_QUIC_PLATFORM_IMPL_QUIC_LOGGING_IMPL_H_
6 #define NET_QUIC_PLATFORM_IMPL_QUIC_LOGGING_IMPL_H_ 6 #define NET_QUIC_PLATFORM_IMPL_QUIC_LOGGING_IMPL_H_
7 7
8 #include "base/logging.h" 8 #include "base/logging.h"
9 9
10 #define QUIC_LOG_IMPL(severity) QUIC_CHROMIUM_LOG_##severity 10 #define QUIC_LOG_IMPL(severity) QUIC_CHROMIUM_LOG_##severity
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 #define QUIC_CHROMIUM_LOG_0 QUIC_CHROMIUM_LOG_ERROR 50 #define QUIC_CHROMIUM_LOG_0 QUIC_CHROMIUM_LOG_ERROR
51 #define QUIC_CHROMIUM_DLOG_0 QUIC_CHROMIUM_DLOG_ERROR 51 #define QUIC_CHROMIUM_DLOG_0 QUIC_CHROMIUM_DLOG_ERROR
52 #define QUIC_CHROMIUM_LOG_IF_0 QUIC_CHROMIUM_LOG_IF_ERROR 52 #define QUIC_CHROMIUM_LOG_IF_0 QUIC_CHROMIUM_LOG_IF_ERROR
53 #define QUIC_CHROMIUM_DLOG_IF_0 QUIC_CHROMIUM_DLOG_IF_ERROR 53 #define QUIC_CHROMIUM_DLOG_IF_0 QUIC_CHROMIUM_DLOG_IF_ERROR
54 #endif 54 #endif
55 55
56 #define QUIC_PREDICT_FALSE_IMPL(x) x 56 #define QUIC_PREDICT_FALSE_IMPL(x) x
57 57
58 #define QUIC_NOTREACHED_IMPL() NOTREACHED() 58 #define QUIC_NOTREACHED_IMPL() NOTREACHED()
59 59
60 #define QUIC_PLOG_IMPL(severity) PLOG(severity)
Ryan Hamilton 2017/06/29 02:51:31 I'm not sure if we have PLOG in chromium, so you c
61
60 #endif // NET_QUIC_PLATFORM_IMPL_QUIC_LOGGING_IMPL_H_ 62 #endif // NET_QUIC_PLATFORM_IMPL_QUIC_LOGGING_IMPL_H_
OLDNEW
« no previous file with comments | « net/quic/platform/api/quic_logging.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698