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

Unified Diff: base/logging_win.h

Issue 9584017: New test infrastructure for producing verbose logs in failing tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment updates Created 8 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/logging_win.cc » ('j') | chrome/test/base/file_logger_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/logging_win.h
diff --git a/base/logging_win.h b/base/logging_win.h
index d0758cd52f074240d86adf7defec2dd34ba8726f..91099fcd578fe111e40129477c1507f3f55e6c79 100644
--- a/base/logging_win.h
+++ b/base/logging_win.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -30,6 +30,10 @@ enum LogEnableMask {
// a LOG message with only the textual content of the message, and no
// stack trace.
ENABLE_LOG_MESSAGE_ONLY = 0x0002,
+ // If this bit is set in our provider enable mask, we will include the fully
+ // formatted log message rather than just the portion used in the invocation
+ // of the LOG family of macros.
+ ENABLE_DETAILED_LOG_MESSAGE = 0x0004,
};
// The message types our log event provider generates.
« no previous file with comments | « no previous file | base/logging_win.cc » ('j') | chrome/test/base/file_logger_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698