slog_core 0.1.0+1 copy "slog_core: ^0.1.0+1" to clipboard
slog_core: ^0.1.0+1 copied to clipboard

The core logger for SLogs.

SLog Core #

style: very good analysis License: MIT

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
0
likes
140
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

The core logger for SLogs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta, stack_trace

More

Packages that depend on slog_core