Skip to content
Snippets Groups Projects
Commit 4e27e844 authored by rnystrom@google.com's avatar rnystrom@google.com
Browse files

Add logging system to pub and sprinkle some logging in.

We'll have to tune which things we log over time, but this covers
most IO operations which is where almost all of our problems come
from.

This patch also means that going forward you should no longer call
print() or printError() (which is gone) directly. Instead:

print() -> log.message()
printError() -> log.error()

That ensures all messages will correctly get added to the log's
transcript.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@15827 260f80e4-7a28-3924-810f-c04153c831b5
parent c66443e7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment