|
Mojo: Add basic logging facilities to environment.
I'll add nicer logging macros separately.
Also to do: We should also build mojo_public_environment_unittests
against mojo_environment_chromium (to test the "chromium"
implementation). I tried this manually (on a shared library build), and
the LoggerTests pass but the AsyncWaiterTests blow up.
R=darin@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277189
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+188 lines, -9 lines) |
Patch |
 |
A + |
mojo/environment/default_logger.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
mojo/environment/default_logger_impl.h
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A |
mojo/environment/default_logger_impl.cc
|
View
|
|
1 chunk |
+46 lines, -0 lines |
1 comment
|
Download
|
 |
M |
mojo/mojo.gyp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/mojo_public.gypi
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/public/c/environment/logger.h
|
View
|
|
1 chunk |
+32 lines, -0 lines |
1 comment
|
Download
|
 |
A |
mojo/public/cpp/environment/default_logger.h
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/public/cpp/environment/lib/default_logger.cc
|
View
|
|
1 chunk |
+47 lines, -0 lines |
1 comment
|
Download
|
 |
A |
mojo/public/cpp/environment/tests/logger_unittest.cc
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|