UNPKG

cmr1-ts3-bot

Version:
32 lines (31 loc) 500 B
'use strict'; module.exports = { "log": { "stamp": true, "prefix": "", "color": "white" }, "warn": { "stamp": true, "throws": false, "prefix": "WARN:", "color": "yellow" }, "error": { "stamp": true, "throws": false, "prefix": "ERROR:", "color": "red" }, "debug": { "stamp": true, "verbose": true, "prefix": "DEBUG:", "color": "cyan" }, "success": { "stamp": true, "prefix": "SUCCESS:", "color": "green" } };