vue-pretty-logger
Version:
Pretty logger for Vue
22 lines (18 loc) • 662 B
JavaScript
module.exports = {
tag: '',
dev: true,
hook: '#',
tagStyle: '',
infoTag: 'INFO',
infoTagStyle: 'color: #3838AD; font-weight: bold;',
infoContentStyle: 'color: #333333, font-weight: bold;',
warnTag: 'WARN',
warnTagStyle: 'color: #DA9D32; font-weight: bold;',
warnContentStyle: 'color: #333333, font-weight: bold;',
debugTag: 'DEBUG',
debugTagStyle: 'color: #22D015; font-weight: bold;',
debugContentStyle: 'color: #333333, font-weight: bold;',
errorTag: 'ERROR',
errorTagStyle: 'color: #CD2931; font-weight: bold;',
errorContentStyle: 'color: #333333, font-weight: bold;',
}