A little naive logger ! I wanted something simple with colours and possibility to write log to disk and all the existing log lib gave me a headache so ... Shaburger ! In simple word it's just call to print to display colored message into the terminal and has been customised to my tastes (no salt, burger sauce)

Features

  • COLOURS !
  • Write to disk
  • No salt ! Burger sauce !

Getting started

Open your terminal and type :

    dart pub add shaburger

Usage

  Shaburger().log("log message");
  Shaburger().info("Info message");
  Shaburger().success("Success message");
  Shaburger().warning("Warning message");
  Shaburger().error("Error message");

Libraries

shaburger
A little naive logger !