tiny_logger_base 0.0.2 copy "tiny_logger_base: ^0.0.2" to clipboard
tiny_logger_base: ^0.0.2 copied to clipboard

A tiny logger tool to print different levels of log entries saving them in a buffer.

Tiny Logging Tool #

A logging tool for Flutter projects.

Usage #

To log a message:

import 'package:tiny_logger/tiny_logger.dart';

log.debug('...');
log.warn('...');
log.error('...');

Best used with avoid_print in your analysis_options.yaml.

linter:
  rules:
    - avoid_print
1
likes
160
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A tiny logger tool to print different levels of log entries saving them in a buffer.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on tiny_logger_base