Skip to content

Commit aba6560

Browse files
committed
Organize exports
1 parent 4ea31d0 commit aba6560

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,9 +5,11 @@ export 'src/ansi_color.dart';
55

66
export 'src/filters/debug_filter.dart';
77
export 'src/filters/production_filter.dart';
8+
89
export 'src/outputs/console_output.dart';
910
export 'src/outputs/stream_output.dart';
1011
export 'src/outputs/memory_output.dart';
12+
1113
export 'src/printers/pretty_printer.dart';
1214
export 'src/printers/logfmt_printer.dart';
1315

0 commit comments

Comments
 (0)