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 bf2c13c commit 77cdd82Copy full SHA for 77cdd82
lib/src/log_printer.dart
@@ -3,7 +3,7 @@ import 'package:logger/src/logger.dart';
3
/// An abstract handler of log events.
4
///
5
/// A log printer creates and formats the output, which is then sent to
6
-/// [LogOutput]. Every implementation has to use the [LogPrinter.println]
+/// [LogOutput]. Every implementation has to use the [LogPrinter.log]
7
/// method to send the output.
8
9
/// You can implement a `LogPrinter` from scratch or extend [PrettyPrinter].
0 commit comments