aweary/microbe.js

Implement logging utility

Open

#29 ouverte le 21 sept. 2015

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (2 forks)github user discovery
enhancementhelp wantedunder consideration

Métriques du dépôt

Stars
 (6 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur