l 3.2.0 copy "l: ^3.2.0" to clipboard
l: ^3.2.0 copied to clipboard

Cross-platform html/io Logger library with simple API. Manipulate with native and web console. Support ascii colorize output.

example/main.dart

library l.example.key_features;

import 'package:l/l.dart';

void main() {
  l
    ..v('Regular 1')
    ..e('Error')
    ..w('Warning')
    ..i('Info')
    ..d('Debug')
    ..s('Shout')
    ..vvvvvv('Regular 6');
}
86
likes
125
pub points
91%
popularity

Publisher

verified publisherplugfox.dev

Cross-platform html/io Logger library with simple API. Manipulate with native and web console. Support ascii colorize output.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

WTFPL (license)

Dependencies

meta

More

Packages that depend on l