We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a7c39 commit bafb17eCopy full SHA for bafb17e
.github/ISSUE_TEMPLATE/logging.md
@@ -0,0 +1,5 @@
1
+---
2
+name: "package:logging"
3
+about: "Create a bug or file a feature request against package:logging."
4
+labels: "package:logging"
5
pkgs/logging/pubspec.yaml
@@ -3,7 +3,7 @@ version: 1.3.0-wip
description: >-
Provides APIs for debugging and error logging, similar to loggers in other
languages, such as the Closure JS Logger and java.util.logging.Logger.
6
-repository: https://github.com/dart-lang/logging
+repository: https://github.com/dart-lang/core/tree/main/pkgs/logging
7
8
topics:
9
- logging
0 commit comments