UNPKG

126 Btext/coffeescriptView Raw
1log = require './'
2l = log path: __dirname + '/aa.log'
3l.error 'alskdalsd'
4l.error 1,2,3,4
5l.error JSON.stringify {a:1, b:2}
6