| 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");
|
|
|
|
|