gloriajs / gloria

Gloria is a static website generator, based on NodeJS.
https://gloria.js.org
Other
152 stars 11 forks source link

Feature/logger #93

Closed dvidsilva closed 7 years ago

dvidsilva commented 7 years ago

Using a logger file that can be called from anywhere, it implements the silent method to silence log and info, and allows the option to create more methods and utilities.

It was originally gonna extend winston, but it seemed to much of a hassle for now.