@gaopeng123/utils.log
v1.1.18-alpha.1
Published
console print beautification
Downloads
22
Readme
console.log
美化日志打印
type LogType = 'success' | 'info' | 'log' | 'warn' | 'error';
consoleStr
打印字符串
consoleBg
打印带有背景的字符串
consoleTag
打印带有tag的log
createConsoleFactory
createConsoleFactory(console, {error: 'red'});
// console.str console.tag console.bg