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.

example/main.dart

import 'package:tiny_logger_base/tiny_logger_base.dart';

void main(List<String> args) {
  log.debug('This is a debug message.');
  log.warn('This is a warning message.');
  log.error('This is an error message. This will print the stacktrace:');
}
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