basic_logger_file 0.0.1 copy "basic_logger_file: ^0.0.1" to clipboard
basic_logger_file: ^0.0.1 copied to clipboard

FileOutputLogger adds file logging to BasicLogger for Android, iOS, Linux, macOS, and Windows.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add basic_logger_file

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

dependencies:
  basic_logger_file: ^0.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:basic_logger_file/basic_logger_file.dart';
0
likes
0
points
29
downloads

Publisher

verified publisheriche2.com

Weekly Downloads

FileOutputLogger adds file logging to BasicLogger for Android, iOS, Linux, macOS, and Windows.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

basic_logger, logging, path

More

Packages that depend on basic_logger_file