lazy_log 2.0.1 lazy_log: ^2.0.1 copied to clipboard
Simple [log] with global [enableLog] to turn on and off and [forced] to override individually.
import 'package:lazy_log/lazy_log.dart' as lazy;
main() {
lazy.log('This is a test', forced: true, localTime: false);
}