msramalho / SigTools

📆 Sigarra Tools | An extension that makes the information system of the University of Porto slightly better.
https://chrome.google.com/webstore/detail/sigarra-to-calendar/piefgbacnljenipiifjopkfifeljjkme
Apache License 2.0
37 stars 0 forks source link

Feat/logger #103

Closed fabiodrg closed 2 years ago

fabiodrg commented 2 years ago

A quick proposal to fix #102

image

Logger.debug("isto", "é", "um", "teste");
Logger.debug({a: 123});
Logger.error("Lorem Ipsum");
Logger.info("Lorem Ipsum");
Logger.log("Lorem Ipsum");
Logger.warn("Lorem Ipsum");

When running gulp in production mode, the logger is disabled