shaburger library

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)

See example for a quick walk around !

Classes

Shaburger
Very naive logging class

Functions

error(String message) → dynamic
Display an error message
info(String message) → dynamic
Display an info message
log(String message) → dynamic
Display a log message
success(String message) → dynamic
Display a success message
warning(String message) → dynamic
Display a warning message