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

Issue 11470023: Add in basic logging system. (Closed)

Created:
8 years ago by Bob Nystrom
Modified:
8 years ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add in basic logging system. Committed: https://code.google.com/p/dart/source/detail?r=15870

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -35 lines) Patch
M utils/pub/command_help.dart View 2 chunks +3 lines, -2 lines 0 comments Download
A utils/pub/log.dart View 1 chunk +217 lines, -0 lines 2 comments Download
M utils/pub/pub.dart View 10 chunks +65 lines, -28 lines 0 comments Download
M utils/tests/pub/pub_test.dart View 1 chunk +10 lines, -3 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Bob Nystrom
The next piece. This adds the logging library and wires it into the pub app, ...
8 years ago (2012-12-07 21:42:26 UTC) #1
nweiz
lgtm https://codereview.chromium.org/11470023/diff/1/utils/pub/log.dart File utils/pub/log.dart (right): https://codereview.chromium.org/11470023/diff/1/utils/pub/log.dart#newcode129 utils/pub/log.dart:129: buffer.add('[${output.length - 1000}] more lines of output truncated...]'); ...
8 years ago (2012-12-07 21:47:06 UTC) #2
Bob Nystrom
8 years ago (2012-12-07 22:19:55 UTC) #3
Message was sent while issue was closed.
https://codereview.chromium.org/11470023/diff/1/utils/pub/log.dart
File utils/pub/log.dart (right):

https://codereview.chromium.org/11470023/diff/1/utils/pub/log.dart#newcode129
utils/pub/log.dart:129: buffer.add('[${output.length - 1000}] more lines of
output truncated...]');
On 2012/12/07 21:47:06, nweiz wrote:
> Long line.

Done.

Powered by Google App Engine
This is Rietveld 408576698