ce28be9d2f
Review URL: https://chromiumcodereview.appspot.com//10828310 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10688 260f80e4-7a28-3924-810f-c04153c831b5
10 lines
263 B
YAML
10 lines
263 B
YAML
name: logging
|
|
description: >
|
|
Provides APIs for debugging and error logging. This library introduces
|
|
abstractions similar to those used in other languages, such as the Closure JS
|
|
Logger and java.util.logging.Logger.
|
|
|
|
dependencies:
|
|
unittest:
|
|
sdk: unittest
|