Chromium Code Reviews

Unified Diff: pkg/barback/lib/src/log.dart

Issue 166333003: Add support for a "fine" barback log level. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | pkg/barback/lib/src/package_graph.dart » ('j') | pkg/barback/pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/log.dart
diff --git a/pkg/barback/lib/src/log.dart b/pkg/barback/lib/src/log.dart
index 809d8a91ffa9d334e4e99c776702e16c39a6efd6..23f425acdb5add1daaa9240f2d526fa97c285809 100644
--- a/pkg/barback/lib/src/log.dart
+++ b/pkg/barback/lib/src/log.dart
@@ -12,6 +12,7 @@ import 'errors.dart';
/// The severity of a logged message.
class LogLevel {
static const INFO = const LogLevel("Info");
+ static const FINE = const LogLevel("Fine");
static const WARNING = const LogLevel("Warning");
static const ERROR = const LogLevel("Error");
« no previous file with comments | « no previous file | pkg/barback/lib/src/package_graph.dart » ('j') | pkg/barback/pubspec.yaml » ('J')

Powered by Google App Engine