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

  • x Interceptors: see slog_basic
  • x Printers: see slog_basic
  • Filters
  • UI package for flutter
  • Local server

Libraries

logger
slog_core
A Very Good Project created by Very Good CLI.