/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/internal/ |
D | log_impl.h | 23 #define ABSL_LOG_IMPL(severity) \ argument 24 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 25 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() 28 #define ABSL_PLOG_IMPL(severity) \ argument 29 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 30 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() \ 35 #define ABSL_DLOG_IMPL(severity) \ argument 36 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 37 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() 39 #define ABSL_DLOG_IMPL(severity) \ argument [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/internal/ |
H A D | log_impl.h | 23 #define ABSL_LOG_IMPL(severity) \ argument 24 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 25 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() 28 #define ABSL_PLOG_IMPL(severity) \ argument 29 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 30 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() \ 35 #define ABSL_DLOG_IMPL(severity) \ argument 36 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 37 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() 39 #define ABSL_DLOG_IMPL(severity) \ argument [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/ |
H A D | log.h | 166 #define LOG(severity) \ argument 167 ABSL_LOG_INTERNAL_CONDITION_##severity(STATELESS, true) \ 168 ABSL_LOGGING_INTERNAL_LOG_##severity.InternalStream() 174 #define PLOG(severity) \ argument 175 ABSL_LOG_INTERNAL_CONDITION_##severity(STATELESS, true) \ 176 ABSL_LOGGING_INTERNAL_LOG_##severity.InternalStream() \ 185 #define DLOG(severity) \ argument 186 ABSL_LOG_INTERNAL_CONDITION_##severity(STATELESS, true) \ 187 ABSL_LOGGING_INTERNAL_LOG_##severity.InternalStream() 189 #define DLOG(severity) \ argument [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/internal/ |
H A D | log_impl.h | 24 #define ABSL_LOG_INTERNAL_LOG_IMPL(severity) \ argument 25 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 26 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() 29 #define ABSL_LOG_INTERNAL_PLOG_IMPL(severity) \ argument 30 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 31 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() \ 36 #define ABSL_LOG_INTERNAL_DLOG_IMPL(severity) \ argument 37 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 38 ABSL_LOGGING_INTERNAL_DLOG##severity.InternalStream() 40 #define ABSL_LOG_INTERNAL_DLOG_IMPL(severity) \ argument [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/log/internal/ |
H A D | log_impl.h | 24 #define ABSL_LOG_INTERNAL_LOG_IMPL(severity) \ argument 25 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 26 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() 29 #define ABSL_LOG_INTERNAL_PLOG_IMPL(severity) \ argument 30 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 31 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() \ 36 #define ABSL_LOG_INTERNAL_DLOG_IMPL(severity) \ argument 37 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 38 ABSL_LOGGING_INTERNAL_DLOG##severity.InternalStream() 40 #define ABSL_LOG_INTERNAL_DLOG_IMPL(severity) \ argument [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/internal/ |
H A D | log_impl.h | 24 #define ABSL_LOG_INTERNAL_LOG_IMPL(severity) \ argument 25 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 26 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() 29 #define ABSL_LOG_INTERNAL_PLOG_IMPL(severity) \ argument 30 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 31 ABSL_LOGGING_INTERNAL_LOG##severity.InternalStream() \ 36 #define ABSL_LOG_INTERNAL_DLOG_IMPL(severity) \ argument 37 ABSL_LOG_INTERNAL_CONDITION##severity(STATELESS, true) \ 38 ABSL_LOGGING_INTERNAL_DLOG##severity.InternalStream() 40 #define ABSL_LOG_INTERNAL_DLOG_IMPL(severity) \ argument [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/log/ |
H A D | log.h | 209 #define LOG(severity) ABSL_LOG_INTERNAL_LOG_IMPL(_##severity) argument 215 #define PLOG(severity) ABSL_LOG_INTERNAL_PLOG_IMPL(_##severity) argument 222 #define DLOG(severity) ABSL_LOG_INTERNAL_DLOG_IMPL(_##severity) argument 241 #define VLOG(severity) ABSL_LOG_INTERNAL_VLOG_IMPL(severity) argument 245 #define DVLOG(severity) ABSL_LOG_INTERNAL_DVLOG_IMPL(severity) argument 255 #define LOG_IF(severity, condition) \ argument 256 ABSL_LOG_INTERNAL_LOG_IF_IMPL(_##severity, condition) 257 #define PLOG_IF(severity, condition) \ argument 258 ABSL_LOG_INTERNAL_PLOG_IF_IMPL(_##severity, condition) 259 #define DLOG_IF(severity, condition) \ argument [all …]
|
H A D | absl_log.h | 38 #define ABSL_LOG(severity) ABSL_LOG_INTERNAL_LOG_IMPL(_##severity) argument 39 #define ABSL_PLOG(severity) ABSL_LOG_INTERNAL_PLOG_IMPL(_##severity) argument 40 #define ABSL_DLOG(severity) ABSL_LOG_INTERNAL_DLOG_IMPL(_##severity) argument 45 #define ABSL_LOG_IF(severity, condition) \ argument 46 ABSL_LOG_INTERNAL_LOG_IF_IMPL(_##severity, condition) 47 #define ABSL_PLOG_IF(severity, condition) \ argument 48 ABSL_LOG_INTERNAL_PLOG_IF_IMPL(_##severity, condition) 49 #define ABSL_DLOG_IF(severity, condition) \ argument 50 ABSL_LOG_INTERNAL_DLOG_IF_IMPL(_##severity, condition) 52 #define ABSL_LOG_EVERY_N(severity, n) \ argument [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/ |
H A D | log.h | 209 #define LOG(severity) ABSL_LOG_INTERNAL_LOG_IMPL(_##severity) argument 215 #define PLOG(severity) ABSL_LOG_INTERNAL_PLOG_IMPL(_##severity) argument 222 #define DLOG(severity) ABSL_LOG_INTERNAL_DLOG_IMPL(_##severity) argument 241 #define VLOG(severity) ABSL_LOG_INTERNAL_VLOG_IMPL(severity) argument 245 #define DVLOG(severity) ABSL_LOG_INTERNAL_DVLOG_IMPL(severity) argument 255 #define LOG_IF(severity, condition) \ argument 256 ABSL_LOG_INTERNAL_LOG_IF_IMPL(_##severity, condition) 257 #define PLOG_IF(severity, condition) \ argument 258 ABSL_LOG_INTERNAL_PLOG_IF_IMPL(_##severity, condition) 259 #define DLOG_IF(severity, condition) \ argument [all …]
|
H A D | absl_log.h | 38 #define ABSL_LOG(severity) ABSL_LOG_INTERNAL_LOG_IMPL(_##severity) argument 39 #define ABSL_PLOG(severity) ABSL_LOG_INTERNAL_PLOG_IMPL(_##severity) argument 40 #define ABSL_DLOG(severity) ABSL_LOG_INTERNAL_DLOG_IMPL(_##severity) argument 45 #define ABSL_LOG_IF(severity, condition) \ argument 46 ABSL_LOG_INTERNAL_LOG_IF_IMPL(_##severity, condition) 47 #define ABSL_PLOG_IF(severity, condition) \ argument 48 ABSL_LOG_INTERNAL_PLOG_IF_IMPL(_##severity, condition) 49 #define ABSL_DLOG_IF(severity, condition) \ argument 50 ABSL_LOG_INTERNAL_DLOG_IF_IMPL(_##severity, condition) 52 #define ABSL_LOG_EVERY_N(severity, n) \ argument [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/ |
H A D | log.h | 209 #define LOG(severity) ABSL_LOG_INTERNAL_LOG_IMPL(_##severity) argument 215 #define PLOG(severity) ABSL_LOG_INTERNAL_PLOG_IMPL(_##severity) argument 222 #define DLOG(severity) ABSL_LOG_INTERNAL_DLOG_IMPL(_##severity) argument 241 #define VLOG(severity) ABSL_LOG_INTERNAL_VLOG_IMPL(severity) argument 245 #define DVLOG(severity) ABSL_LOG_INTERNAL_DVLOG_IMPL(severity) argument 255 #define LOG_IF(severity, condition) \ argument 256 ABSL_LOG_INTERNAL_LOG_IF_IMPL(_##severity, condition) 257 #define PLOG_IF(severity, condition) \ argument 258 ABSL_LOG_INTERNAL_PLOG_IF_IMPL(_##severity, condition) 259 #define DLOG_IF(severity, condition) \ argument [all …]
|
H A D | absl_log.h | 38 #define ABSL_LOG(severity) ABSL_LOG_INTERNAL_LOG_IMPL(_##severity) argument 39 #define ABSL_PLOG(severity) ABSL_LOG_INTERNAL_PLOG_IMPL(_##severity) argument 40 #define ABSL_DLOG(severity) ABSL_LOG_INTERNAL_DLOG_IMPL(_##severity) argument 45 #define ABSL_LOG_IF(severity, condition) \ argument 46 ABSL_LOG_INTERNAL_LOG_IF_IMPL(_##severity, condition) 47 #define ABSL_PLOG_IF(severity, condition) \ argument 48 ABSL_LOG_INTERNAL_PLOG_IF_IMPL(_##severity, condition) 49 #define ABSL_DLOG_IF(severity, condition) \ argument 50 ABSL_LOG_INTERNAL_DLOG_IF_IMPL(_##severity, condition) 52 #define ABSL_LOG_EVERY_N(severity, n) \ argument [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/ |
H A D | log.h | 199 #define LOG(severity) ABSL_LOG_IMPL(_##severity) argument 205 #define PLOG(severity) ABSL_PLOG_IMPL(_##severity) argument 212 #define DLOG(severity) ABSL_DLOG_IMPL(_##severity) argument 219 #define LOG_IF(severity, condition) ABSL_LOG_IF_IMPL(_##severity, condition) argument 220 #define PLOG_IF(severity, condition) ABSL_PLOG_IF_IMPL(_##severity, condition) argument 221 #define DLOG_IF(severity, condition) ABSL_DLOG_IF_IMPL(_##severity, condition) argument 234 #define LOG_EVERY_N(severity, n) ABSL_LOG_EVERY_N_IMPL(_##severity, n) argument 241 #define LOG_FIRST_N(severity, n) ABSL_LOG_FIRST_N_IMPL(_##severity, n) argument 248 #define LOG_EVERY_POW_2(severity) ABSL_LOG_EVERY_POW_2_IMPL(_##severity) argument 259 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument [all …]
|
H A D | absl_log.h | 38 #define ABSL_LOG(severity) ABSL_LOG_IMPL(_##severity) argument 39 #define ABSL_PLOG(severity) ABSL_PLOG_IMPL(_##severity) argument 40 #define ABSL_DLOG(severity) ABSL_DLOG_IMPL(_##severity) argument 42 #define ABSL_LOG_IF(severity, condition) \ argument 43 ABSL_LOG_IF_IMPL(_##severity, condition) 44 #define ABSL_PLOG_IF(severity, condition) \ argument 45 ABSL_PLOG_IF_IMPL(_##severity, condition) 46 #define ABSL_DLOG_IF(severity, condition) \ argument 47 ABSL_DLOG_IF_IMPL(_##severity, condition) 49 #define ABSL_LOG_EVERY_N(severity, n) ABSL_LOG_EVERY_N_IMPL(_##severity, n) argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/ |
D | absl_log.h | 38 #define ABSL_LOG(severity) ABSL_LOG_IMPL(_##severity) argument 39 #define ABSL_PLOG(severity) ABSL_PLOG_IMPL(_##severity) argument 40 #define ABSL_DLOG(severity) ABSL_DLOG_IMPL(_##severity) argument 42 #define ABSL_LOG_IF(severity, condition) \ argument 43 ABSL_LOG_IF_IMPL(_##severity, condition) 44 #define ABSL_PLOG_IF(severity, condition) \ argument 45 ABSL_PLOG_IF_IMPL(_##severity, condition) 46 #define ABSL_DLOG_IF(severity, condition) \ argument 47 ABSL_DLOG_IF_IMPL(_##severity, condition) 49 #define ABSL_LOG_EVERY_N(severity, n) ABSL_LOG_EVERY_N_IMPL(_##severity, n) argument [all …]
|
D | log.h | 199 #define LOG(severity) ABSL_LOG_IMPL(_##severity) argument 205 #define PLOG(severity) ABSL_PLOG_IMPL(_##severity) argument 212 #define DLOG(severity) ABSL_DLOG_IMPL(_##severity) argument 219 #define LOG_IF(severity, condition) ABSL_LOG_IF_IMPL(_##severity, condition) argument 220 #define PLOG_IF(severity, condition) ABSL_PLOG_IF_IMPL(_##severity, condition) argument 221 #define DLOG_IF(severity, condition) ABSL_DLOG_IF_IMPL(_##severity, condition) argument 234 #define LOG_EVERY_N(severity, n) ABSL_LOG_EVERY_N_IMPL(_##severity, n) argument 241 #define LOG_FIRST_N(severity, n) ABSL_LOG_FIRST_N_IMPL(_##severity, n) argument 248 #define LOG_EVERY_POW_2(severity) ABSL_LOG_EVERY_POW_2_IMPL(_##severity) argument 259 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument [all …]
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/logging/ |
D | Log.h | 99 #define LOG_IS_ON(severity) (LOG_SEVERITY_FROM(severity) >= getMinLogLevel()) argument 139 #define LOG(severity) LOG_LAZY_EVAL(LOG_IS_ON(severity), LOG_MESSAGE_STREAM_COMPACT(severity)) argument 151 #define LOG_IF(severity, condition) \ argument 152 LOG_LAZY_EVAL(LOG_IS_ON(severity) && (condition), LOG_MESSAGE_STREAM_COMPACT(severity)) 156 #define QLOG(severity) LOG_LAZY_EVAL(LOG_IS_ON(severity), QLOG_MESSAGE_STREAM_COMPACT(severity)) argument 160 #define QLOG_IF(severity, condition) \ argument 161 LOG_LAZY_EVAL(LOG_IS_ON(severity) && (condition), QLOG_MESSAGE_STREAM_COMPACT(severity)) 179 #define PLOG(severity) LOG_LAZY_EVAL(LOG_IS_ON(severity), PLOG_MESSAGE_STREAM_COMPACT(severity)) argument 185 #define PLOG_IF(severity, condition) \ argument 186 LOG_LAZY_EVAL(LOG_IS_ON(severity) && (condition), PLOG_MESSAGE_STREAM_COMPACT(severity)) [all …]
|
/aosp_15_r20/external/angle/src/common/ |
H A D | debug.cpp | 52 constexpr const char *LogSeverityName(int severity) in LogSeverityName() argument 54 return (severity >= 0 && severity < LOG_NUM_SEVERITIES) ? g_logSeverityNames[severity] in LogSeverityName() 58 bool ShouldCreateLogMessage(LogSeverity severity) in ShouldCreateLogMessage() argument 63 return severity == LOG_FATAL || severity == LOG_ERR || severity == LOG_WARN || in ShouldCreateLogMessage() 64 severity == LOG_INFO; in ShouldCreateLogMessage() 66 return severity == LOG_FATAL || severity == LOG_ERR || severity == LOG_WARN; in ShouldCreateLogMessage() 68 return severity == LOG_FATAL || severity == LOG_ERR; in ShouldCreateLogMessage() 77 bool ShouldCreatePlatformLogMessage(LogSeverity severity) in ShouldCreatePlatformLogMessage() argument 82 return severity != LOG_EVENT; in ShouldCreatePlatformLogMessage() 174 LogMessage::LogMessage(const char *file, const char *function, int line, LogSeverity severity) in LogMessage() argument [all …]
|
/aosp_15_r20/external/cronet/base/ |
H A D | logging.h | 306 BASE_EXPORT bool ShouldCreateLogMessage(int severity); 361 typedef bool (*LogMessageHandlerFunction)(int severity, 428 #define LOG_IS_ON(severity) \ argument 429 (::logging::LOGGING_##severity == ::logging::LOGGING_FATAL || \ 430 ::logging::ShouldCreateLogMessage(::logging::LOGGING_##severity)) 462 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream() argument 464 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity)) argument 465 #define LOG_IF(severity, condition) \ argument 466 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition)) 503 #define PLOG_STREAM(severity) \ argument [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/ |
D | test_macros.hpp | 46 inline void report_severity(int severity) in report_severity() argument 48 if(severity == error_on_fail) in report_severity() 50 else if(severity == abort_on_fail) in report_severity() 57 #define BOOST_MP_REPORT_SEVERITY(severity) report_severity(severity) argument 60 void report_unexpected_exception(const E& e, int severity, const char* file, int line, const char* … in report_unexpected_exception() argument 64 BOOST_MP_REPORT_SEVERITY(severity); in report_unexpected_exception() 67 #define BOOST_MP_UNEXPECTED_EXCEPTION_CHECK(severity) \ argument 69 { report_unexpected_exception(__e, severity, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION); }\ 71 …T_TEST_OSTREAM << "Exception of unknown type was thrown" << std::endl; report_severity(severity); } 74 #define BOOST_CHECK_IMP(x, severity)\ argument [all …]
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
H A D | logging.h | 148 bool ShouldCreateLogMessage(int severity); 227 #define PA_LOG_IS_ON(severity) \ argument 229 ::partition_alloc::internal::logging::LOGGING_##severity)) 253 #define PA_LOG_STREAM(severity) PA_COMPACT_GOOGLE_LOG_##severity.stream() argument 255 #define PA_LOG(severity) \ argument 256 PA_LAZY_STREAM(PA_LOG_STREAM(severity), PA_LOG_IS_ON(severity)) 257 #define PA_LOG_IF(severity, condition) \ argument 258 PA_LAZY_STREAM(PA_LOG_STREAM(severity), PA_LOG_IS_ON(severity) && (condition)) 301 #define PA_PLOG_STREAM(severity) \ argument 302 PA_COMPACT_GOOGLE_PLOG_EX_##severity( \ [all …]
|
/aosp_15_r20/external/cronet/base/apple/ |
H A D | mach_logging.h | 40 LogSeverity severity, 69 #define MACH_LOG_STREAM(severity, mach_err) \ argument 70 COMPACT_GOOGLE_LOG_EX_ ## severity(MachLogMessage, mach_err).stream() 75 #define MACH_LOG(severity, mach_err) \ argument 76 LAZY_STREAM(MACH_LOG_STREAM(severity, mach_err), LOG_IS_ON(severity)) 77 #define MACH_LOG_IF(severity, condition, mach_err) \ argument 78 LAZY_STREAM(MACH_LOG_STREAM(severity, mach_err), \ 79 LOG_IS_ON(severity) && (condition)) 92 #define MACH_DLOG(severity, mach_err) \ argument 93 LAZY_STREAM(MACH_LOG_STREAM(severity, mach_err), DLOG_IS_ON(severity)) [all …]
|
/aosp_15_r20/system/libbase/ |
H A D | logging_test.cpp | 130 #define CHECK_WOULD_LOG_DISABLED(severity) \ argument 131 static_assert(android::base::severity < android::base::FATAL, "Bad input"); \ 132 for (size_t i = static_cast<size_t>(android::base::severity) + 1; \ 137 EXPECT_FALSE(WOULD_LOG(severity)) << i; \ 141 EXPECT_FALSE(WOULD_LOG(::android::base::severity)) << i; \ 145 #define CHECK_WOULD_LOG_ENABLED(severity) \ argument 147 i <= static_cast<size_t>(android::base::severity); \ 151 EXPECT_TRUE(WOULD_LOG(severity)) << i; \ 155 EXPECT_TRUE(WOULD_LOG(::android::base::severity)) << i; \ 212 static std::string make_log_pattern(const char* expected_tag, android::base::LogSeverity severity, in make_log_pattern() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/codespan-reporting/src/term/ |
D | renderer.rs | 141 severity: Severity, in render_header() 160 self.set_color(self.styles().header(severity))?; in render_header() 161 match severity { in render_header() 233 severity: Severity, in render_snippet_source() 261 self.label_multi_top_left(severity, *label_style)?; in render_snippet_source() 265 self.label_multi_left(severity, *label_style, None)?; in render_snippet_source() 294 self.set_color(self.styles().label(severity, LabelStyle::Primary))?; in render_snippet_source() 404 self.inner_gutter(severity, num_multi_labels, multi_labels)?; in render_snippet_source() 436 self.set_color(self.styles().label(severity, label_style))?; in render_snippet_source() 462 self.set_color(self.styles().label(severity, *label_style))?; in render_snippet_source() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | logging.h | 253 BASE_EXPORT bool ShouldCreateLogMessage(int severity); 303 typedef bool (*LogMessageHandlerFunction)(int severity, 398 #define LOG_IS_ON(severity) \ argument 399 (::logging::ShouldCreateLogMessage(::logging::LOG_##severity)) 421 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream() argument 423 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity)) argument 424 #define LOG_IF(severity, condition) \ argument 425 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition)) 462 #define PLOG_STREAM(severity) \ argument 463 COMPACT_GOOGLE_LOG_EX_ ## severity(Win32ErrorLogMessage, \ [all …]
|