278d7b0c74
Review URL: https://codereview.chromium.org//12252055 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18552 260f80e4-7a28-3924-810f-c04153c831b5
13 lines
393 B
YAML
13 lines
393 B
YAML
name: logging
|
|
author: "Dart Team <misc@dartlang.org>"
|
|
homepage: http://www.dartlang.org
|
|
documentation: http://api.dartlang.org/docs/pkg/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
|