| Index: pkg/logging/lib/logging.dart
|
| diff --git a/pkg/logging/lib/logging.dart b/pkg/logging/lib/logging.dart
|
| index 28fbc2fef0f01624ea17a706adb514e8f6382432..1eae9104db327dd674cd349ff4980a1f18f757ec 100644
|
| --- a/pkg/logging/lib/logging.dart
|
| +++ b/pkg/logging/lib/logging.dart
|
| @@ -3,25 +3,15 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /**
|
| - * 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.
|
| - *
|
| - * ## Installing ##
|
| - *
|
| - * Use [pub][] to install this package. Add the following to your `pubspec.yaml`
|
| - * file.
|
| + * Support for debugging and error logging.
|
| *
|
| - * dependencies:
|
| - * logging: any
|
| - *
|
| - * Then run `pub install`.
|
| - *
|
| - * For more information, see the
|
| - * [logging package on pub.dartlang.org][pkg].
|
| + * This library introduces abstractions similar to
|
| + * those used in other languages, such as the Closure JS
|
| + * Logger and java.util.logging.Logger.
|
| *
|
| - * [pub]: http://pub.dartlang.org
|
| - * [pkg]: http://pub.dartlang.org/packages/logging
|
| + * For information on installing and importing this library, see the
|
| + * [logging package on pub.dartlang.org]
|
| + * (http://pub.dartlang.org/packages/logging).
|
| */
|
| library logging;
|
|
|
|
|