Skip to content

Shek863/logs_spotter

Repository files navigation

logs_spotter

Open source log engine plugin for Flutter

Setup

Add the following to your "pubspec.yaml" file:

  logs_spotter: ^0.0.1

Usage

Call this to configure spotter environment

  await Spotter().start();

To log messages

//To log an message
  "initState".spot();

//add TAG
  "incrementCounter: $_counter".spot(tag: CLICK);

Note

The defaut values for tag property are: CLICK, ERROR, WARNING, DEBUG,RESPONSE, REQUEST


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published