slog_basic 0.1.1
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 #
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