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 9663000 commit 17675e3Copy full SHA for 17675e3
lib/logger.dart
@@ -7,6 +7,7 @@ export 'src/filters/production_filter.dart';
7
export 'src/log_filter.dart';
8
// [LogOutput] class needs to be exposed unconditionally
9
export 'src/log_output.dart';
10
+// ignore: duplicate_export
11
export 'src/log_output.dart'
12
if (dart.library.io) 'src/outputs/file_output.dart';
13
export 'src/log_printer.dart';
0 commit comments