aweary/microbe.js

Implement logging utility

Open

#29 创建于 2015年9月21日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (2 fork)github user discovery
enhancementhelp wantedunder consideration

仓库指标

Star
 (6 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南