sailxjx / graceful-logger

A simple, slim, graceful logger for nodejs
13 stars 0 forks source link

Silent mode #1

Closed cakeinpanic closed 9 years ago

cakeinpanic commented 9 years ago

Hello! What do you think about adding silentMode to logger? I'd like to avoid plenty of ifs in my code, and setting something like logger.silent = true; seems ok. If you agree, i can make a PR

sailxjx commented 9 years ago

Use logger.mute() please