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');
}
89
likes
125
points
2.66k
downloads

Publisher

verified publisherplugfox.dev

Weekly Downloads

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

Documentation

API reference

License

WTFPL (license)

Dependencies

meta

More

Packages that depend on l