Skip to content

Commit 9663000

Browse files
Christophe OosterlynckBungeefan
authored andcommitted
Expose LogOutput class unconditionally
1 parent 7627472 commit 9663000

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/logger.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export 'src/ansi_color.dart';
55
export 'src/filters/development_filter.dart';
66
export 'src/filters/production_filter.dart';
77
export 'src/log_filter.dart';
8+
// [LogOutput] class needs to be exposed unconditionally
9+
export 'src/log_output.dart';
810
export 'src/log_output.dart'
911
if (dart.library.io) 'src/outputs/file_output.dart';
1012
export 'src/log_printer.dart';

0 commit comments

Comments
 (0)