logger_io 1.0.1 copy "logger_io: ^1.0.1" to clipboard
logger_io: ^1.0.1 copied to clipboard

Simple logger. Does what a logger should do: send your input messages to a series of outputs; and nothing more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add logger_io

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

dependencies:
  logger_io: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:logger_io/logger_io.dart';
3
likes
0
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

Simple logger. Does what a logger should do: send your input messages to a series of outputs; and nothing more.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ansicolor

More

Packages that depend on logger_io