sm_logger
| English | 简体中文 |
|---|
A simple logger for flutter app.
Features
xSupport printing logs to the consolexSupport printing error messages to the consoleSupport writing logs to a fileSupport collecting crash information
Installing
Depend on it
Run this command:
With Dart:
dart pub add sm_logger
With Flutter:
flutter pub add sm_logger
Or add the dependency to your pubspec.yaml file and run dart pub get:
dependencies:
sm_logger: ^0.0.1