slog_basic 0.1.1 copy "slog_basic: ^0.1.1" to clipboard
slog_basic: ^0.1.1 copied to clipboard

A set of pre-made printers and interceptors that can be used with SLog also a good example of printers and interceptors.

SLog Basic #

style: very good analysis License: MIT

Features #

Printers #

  • JsonPrinter - Prints logs in JSON format

Interceptor #

  • PrintInterceptor - Prints the current log request in a json format

Installation #

Added it directly #

Add slog_basic to your pubspec.yaml:

dependencies:
  slog_core:
  slog_basic:

Install it:

dart pub get
flutter pub get

Install from terminal #

dart pub add slog_core slog_basic
flutter pub add slog_core slog_basic
0
likes
160
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A set of pre-made printers and interceptors that can be used with SLog also a good example of printers and interceptors.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

slog_core, stack_trace

More

Packages that depend on slog_basic