aweary/microbe.js

Implement logging utility

Open

#29 geöffnet am 21. Sept. 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2 Forks)github user discovery
enhancementhelp wantedunder consideration

Repository-Metriken

Stars
 (6 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Users should be able to enable basic logging by doing something like app.enable.logging('basic')

app.enable would act as an access point to functions that would enable various feature sets as they are developed. app.disable could alias to those methods and pass a required second argument that would indicate that they are being disabled.

Contributor Guide