basic_logger_file 0.1.0 copy "basic_logger_file: ^0.1.0" to clipboard
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';
0
likes
160
points
27
downloads

Publisher

verified publisheriche2.com

Weekly Downloads

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

Homepage
Repository (GitHub)

Topics

#logging #console #debug #user-logs

Documentation

API reference

License

MIT (license)

Dependencies

basic_logger, logging, path

More

Packages that depend on basic_logger_file