Current logger code is messy. It mixes together
authorloislo@chromium.org <loislo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 15 Jul 2013 11:35:39 +0000 (11:35 +0000)
committerloislo@chromium.org <loislo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 15 Jul 2013 11:35:39 +0000 (11:35 +0000)
commitd13ad5be9bcc9e0d08b107f5d01b8a50d473ee43
treef3fe00537f0a2a09fb55dd76d10e5040ca69bce8
parent01080fa7dcdc3a7ddfcd5d67c1d912398a871f4f
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

Review URL: https://codereview.chromium.org/18259024

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15664 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/log-utils.cc
src/log-utils.h
src/log.cc
src/log.h