Did you know?
The humble log
function (from dart:developer
) has many arguments that can be used to customize the appearance of your logs.
If you don't want to use a 3rd-party logger package, this is a pretty good way to go. 👍
To learn about all the supported arguments, check the official docs: