serverpod_logging_cli 0.1.0
serverpod_logging_cli: ^0.1.0 copied to clipboard
A cli_tools.Logger bridge for the serverpod_logging architecture, rendering scoped logs and progress to the terminal.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add serverpod_logging_cliWith Flutter:
$ flutter pub add serverpod_logging_cliThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
serverpod_logging_cli: ^0.1.0Alternatively, 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:serverpod_logging_cli/serverpod_logging_cli.dart';