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

outdated

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');
}
78
likes
0
pub points
90%
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

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on l