echo_logger 0.0.2
echo_logger: ^0.0.2 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 Dart:
$ dart pub add echo_loggerWith Flutter:
$ flutter pub add echo_loggerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
echo_logger: ^0.0.2Alternatively, your editor might support dart pub get or 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';