shaburger 0.2.0 copy "shaburger: ^0.2.0" to clipboard
shaburger: ^0.2.0 copied to clipboard

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 !

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");
1
likes
110
pub points
19%
popularity

Publisher

verified publisherprojetretro.io

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 !

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

chalkdart

More

Packages that depend on shaburger