SLog Core
This is the core package, but it does contain a base logger which you don't need to use, create your own that's the point of having the core package.
Features
- Base Logger
- Printers
- Interceptors
- Channels
Installation
Added it directly
Add slog_core to your pubspec.yaml:
dependencies:
slog_core:
Install it:
dart pub get
flutter pub get
Install from terminal
dart pub add slog_core
flutter pub add slog_core
Motivation
Yes I know there are a lot of logger out there I'm not saying mine is better, I'm saying that it has functionality I want in a logger, like having multiple printers and allow for interceptors like what dio or chopper has why should it be exclusive to HTTP clients?
TODO
xInterceptors: see slog_basicxPrinters: see slog_basicFiltersUI package for flutterLocal server