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

Utilities for the logging packge 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.0.1

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';
3
likes
0
pub points
30%
popularity

Publisher

unverified uploader

Utilities for the logging packge like Formatter, Sinks,... It provides a flow to make logging more structured by introducing sinks and formatters.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ansicolor, logging

More

Packages that depend on fox_logging