serverpod_logging_cli 0.1.0 copy "serverpod_logging_cli: ^0.1.0" to clipboard
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_cli

With Flutter:

 $ flutter pub add serverpod_logging_cli

This 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.0

Alternatively, 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';
0
likes
140
points
8k
downloads

Documentation

API reference

Publisher

verified publisherserverpod.dev

Weekly Downloads

A cli_tools.Logger bridge for the serverpod_logging architecture, rendering scoped logs and progress to the terminal.

License

BSD-3-Clause (license)

Dependencies

cli_tools, serverpod_logging

More

Packages that depend on serverpod_logging_cli