lazy_log 2.0.1 copy "lazy_log: ^2.0.1" to clipboard
lazy_log: ^2.0.1 copied to clipboard

Simple [log] with global [enableLog] to turn on and off and [forced] to override individually.

example/lazy_log_example.dart

import 'package:lazy_log/lazy_log.dart' as lazy;

main() {
  lazy.log('This is a test', forced: true, localTime: false);
}
1
likes
140
pub points
4%
popularity

Publisher

verified publisherjsiu.dev

Simple [log] with global [enableLog] to turn on and off and [forced] to override individually.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on lazy_log