echo_logger 0.0.4 copy "echo_logger: ^0.0.4" to clipboard
echo_logger: ^0.0.4 copied to clipboard

Echo Logger is a powerful and flexible logging utility for Flutter that allows developers to log messages with custom tags, colors, and severity levels. It is designed to make debugging and monitoring [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add echo_logger

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  echo_logger: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:echo_logger/ansi_color.dart';
import 'package:echo_logger/echo.dart';
import 'package:echo_logger/formatter.dart';
import 'package:echo_logger/log_level.dart';
import 'package:echo_logger/log_line.dart';
1
likes
140
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

Echo Logger is a powerful and flexible logging utility for Flutter that allows developers to log messages with custom tags, colors, and severity levels. It is designed to make debugging and monitoring easier by providing a highly customizable logging experience.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on echo_logger