cli_util icon indicating copy to clipboard operation
cli_util copied to clipboard

Replace print with stdout.writeln in StandardLogger

Open kuhnroyal opened this issue 1 year ago • 0 comments

This PR replaces on instance on print with stdout.writeln in StandardLogger. When having zones with custom print handling, the use of print here may lead to very unexpected outputs. There is no other place where print is used so this is in line with all other logger methods.


  • [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.

kuhnroyal avatar Aug 30 '23 00:08 kuhnroyal