aweary/microbe.js

Implement logging utility

Open

#29 opened on 2015年9月21日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (2 forks)github user discovery
enhancementhelp wantedunder consideration

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド