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 7627472 commit 9663000Copy full SHA for 9663000
lib/logger.dart
@@ -5,6 +5,8 @@ export 'src/ansi_color.dart';
5
export 'src/filters/development_filter.dart';
6
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
export 'src/log_output.dart'
11
if (dart.library.io) 'src/outputs/file_output.dart';
12
export 'src/log_printer.dart';
0 commit comments