basic_logger_file 0.1.0
basic_logger_file: ^0.1.0 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
With Flutter:
$ flutter 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.1.0
Alternatively, 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:basic_logger_file/basic_logger_file.dart';