Skip to content

Commit 77cdd82

Browse files
committed
Fixed doc reference
1 parent bf2c13c commit 77cdd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/log_printer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'package:logger/src/logger.dart';
33
/// An abstract handler of log events.
44
///
55
/// A log printer creates and formats the output, which is then sent to
6-
/// [LogOutput]. Every implementation has to use the [LogPrinter.println]
6+
/// [LogOutput]. Every implementation has to use the [LogPrinter.log]
77
/// method to send the output.
88
///
99
/// You can implement a `LogPrinter` from scratch or extend [PrettyPrinter].

0 commit comments

Comments
 (0)