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

Unified Diff: chrome/browser/chromeos/drive/logging.h

Issue 20609006: Add severity info to drive::EventLogger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/drive/logging.h
diff --git a/chrome/browser/chromeos/drive/logging.h b/chrome/browser/chromeos/drive/logging.h
index a2e46256e545235e23d11672eaebafe12f4b0bab..1e6964dbcb37a808ae8211fee38b6bfcb3a45fa3 100644
--- a/chrome/browser/chromeos/drive/logging.h
+++ b/chrome/browser/chromeos/drive/logging.h
@@ -17,7 +17,8 @@ namespace util {
// Logs a message using printf format.
// This function can be called from any thread.
-void Log(const char* format, ...) PRINTF_FORMAT(1, 2);
+void Log(
+ logging::LogSeverity severity, const char* format, ...) PRINTF_FORMAT(2, 3);
// Returns the log history.
// This function can be called from any thread.

Powered by Google App Engine
This is Rietveld 408576698