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

Issue 18259024: Logger: extract low level logging code into a separate class. (Closed)

Created:
7 years, 5 months ago by loislo
Modified:
7 years, 5 months ago
Reviewers:
alph, yurys, Yang
CC:
v8-dev
Visibility:
Public.

Description

Current logger code is messy. It mixes together four or even five different logging destinations. I think we can extract the code related to a destination into a separate class, do the same for the all destinations and have four classes with more or less simple common logging API BUG=none Meta-bug= https://code.google.com/p/chromium/issues/detail?id=260203 R=yangguo@chromium.org, yurys@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15664

Patch Set 1 #

Patch Set 2 : fixed #

Patch Set 3 : minor changes #

Total comments: 8

Patch Set 4 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -182 lines) Patch
M src/log.h View 3 chunks +2 lines, -22 lines 0 comments Download
M src/log.cc View 1 2 3 13 chunks +206 lines, -81 lines 0 comments Download
M src/log-utils.h View 1 3 chunks +2 lines, -4 lines 0 comments Download
M src/log-utils.cc View 1 4 chunks +5 lines, -75 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
loislo
7 years, 5 months ago (2013-07-12 15:58:25 UTC) #1
yurys
I'd recommend you open a bug with a description of refactorings you are going to ...
7 years, 5 months ago (2013-07-15 04:16:35 UTC) #2
loislo
https://codereview.chromium.org/18259024/diff/4001/src/log.cc File src/log.cc (right): https://codereview.chromium.org/18259024/diff/4001/src/log.cc#newcode51 src/log.cc:51: public: On 2013/07/15 04:16:35, Yury Semikhatsky wrote: > Consider ...
7 years, 5 months ago (2013-07-15 07:37:00 UTC) #3
yurys
lgtm
7 years, 5 months ago (2013-07-15 09:36:44 UTC) #4
Yang
On 2013/07/15 09:36:44, Yury Semikhatsky wrote: > lgtm lgtm.
7 years, 5 months ago (2013-07-15 11:34:57 UTC) #5
loislo
7 years, 5 months ago (2013-07-15 11:35:49 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r15664 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698