slog_core 0.1.0+1
slog_core: ^0.1.0+1 copied to clipboard
The core logger for SLogs.
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 #
- ✅ Interceptors: see slog_basic
- ✅ Printers: see slog_basic
- ❌ Filters
- ❌ UI package for flutter
- ❌ Local server