dart-sdk/utils/tests
rnystrom@google.com 578c415134 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/dart@15827 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-07 00:29:23 +00:00
..
archive Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. 2012-11-01 23:09:47 +00:00
css Update utils to new library syntax. 2012-11-08 17:42:40 +00:00
peg Update utils to new library syntax. 2012-11-08 17:42:40 +00:00
pub Add logging system to pub and sprinkle some logging in. 2012-12-07 00:29:23 +00:00
string_encoding Fix Unicode issues in dart2js and dart2dart. 2012-11-22 12:51:14 +00:00
template Update utils to new library syntax. 2012-11-08 17:42:40 +00:00