beautify-console-log
Advanced tools
Comparing version 1.3.12 to 1.3.13
{ | ||
"name": "beautify-console-log", | ||
"version": "1.3.12", | ||
"version": "1.3.13", | ||
"description": "This is a further beautification and encapsulation of the 'console' object. You can use it like using \"console. log\", \"console. info\", \"console. warn\", \"console. error\", and it can display the code line information where the log is printed.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -211,3 +211,3 @@ # beautify-console-log | ||
|-------------------------------|-----------------------------|-----------------------------| | ||
||BaseConfig|| | ||
|param|BaseConfig|| | ||
|├──title |String? |Custom log header, do not display custom log header when the value is empty | | ||
@@ -306,3 +306,3 @@ |└──type |LogType[] \| ('info' 、 'log' 、 'warn' 、 'error')[] |The type of log displayed, set to only display the corresponding log type(`LogType.info`、`LogType.log`、`LogType.warn`、`LogType.error`、`"info"`、`"log"`、`"warn"`、`"error"`)| | ||
|-------------------------------|-----------------------------|-----------------------------| | ||
||PadStartText|| | ||
|param|PadStartText|| | ||
|├──title |String |Custom log header | | ||
@@ -309,0 +309,0 @@ |├──logType | LogType \| "info" \| "log" \| "warn" \| "error" |`LogType.info`、`LogType.log`、`LogType.warn`、`LogType.error`、`"info"`、`"log"`、`"warn"`、`"error"`| |
@@ -213,3 +213,3 @@ # beautify-console-log | ||
|-------------------------------|-----------------------------|-----------------------------| | ||
||BaseConfig|| | ||
|param|BaseConfig|| | ||
|├──title |String? |自定义日志头,值为空时不显示"title" | | ||
@@ -308,3 +308,3 @@ |└──type |LogType[] \| ('info' 、 'log' 、 'warn' 、 'error')[] |显示的日志类型,设置后只显示对应的日志类型(`LogType.info`、`LogType.log`、`LogType.warn`、`LogType.error`、`"info"`、`"log"`、`"warn"`、`"error"`)| | ||
|-------------------------------|-----------------------------|-----------------------------| | ||
||PadStartText|| | ||
|param|PadStartText|| | ||
|├──title |String |自定义日志头 | | ||
@@ -311,0 +311,0 @@ |├──logType | LogType \| "info" \| "log" \| "warn" \| "error" |`LogType.info`,`LogType.log`,`LogType.warn`,`LogType.error`、`"info"`、`"log"`、`"warn"`、`"error"`| |
104611