UNPKG

spur-common

Version:

Common node library that is implemented through the use of spur-ioc and bluebird promises.

19 lines (16 loc) 357 B
module.exports = (BaseDelegate, winston)-> new class Logger extends BaseDelegate constructor:()-> @supportsMethods [ "fatal" "error" "warn" "info" "log" "debug" "verbose" ] #TODO: evaluate if this should be in common useWinston:()-> winston.cli() @use(winston)