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

outdated

Simple log with global [enableLog] to turn on and off. Intended to save time, especially from things that are very repetitive across projects.

example/lazy_log_example.dart

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

main() {
  lazy.logEnable = false;

  /// Override with [force]
  lazy.log('This is a test', forced: true);
}
1
likes
0
points
24
downloads

Publisher

verified publisherjsiu.dev

Weekly Downloads

Simple log with global [enableLog] to turn on and off. Intended to save time, especially from things that are very repetitive across projects.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on lazy_log