fox_logging 0.4.0-publish+2 fox_logging: ^0.4.0-publish+2 copied to clipboard
Utilities for the logging package like Formatter, Sinks,... It provides a flow to make logging more structured by introducing sinks and formatters.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fox_logging
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
fox_logging: ^0.4.0-publish+2
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:fox_logging/fox_logging.dart';