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

A package for logging to a file. Logs are saved in the application documents directory.

Simple Save Logger #

A simple and convenient logger for Flutter/Dart applications with file logging capability.

Features #

  • Simple file logging
  • Automatic log directory creation
  • Error logging with stack trace support
  • Easy integration into existing projects

Installation #

Add the dependency to your pubspec.yaml:

dependencies:
  simple_save_logger: ^0.0.1

Usage #

import 'package:simple_save_logger/simple_save_logger.dart';

// Initialize save directory
await AppDirectory.initialize();

// Logging
logInfo('Message to log');

License #

MIT License - see LICENSE file for details.

0
likes
160
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A package for logging to a file. Logs are saved in the application documents directory.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, path, path_provider

More

Packages that depend on simple_save_logger