@jeffchi/logger 4.2.0-alpha.1 → 4.2.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<a href="https://github.com/poechiang/jeffchi-logger#readme" target="_blank">@JeffChi/Logger</a>
|
|
3
3
|
</h1>
|
|
4
4
|
|
|
5
|
-
<div
|
|
5
|
+
<div >
|
|
6
6
|
|
|
7
7
|
A log print output javascript tool library that can be used at the front and back ends
|
|
8
8
|
|
|
@@ -12,16 +12,14 @@ A log print output javascript tool library that can be used at the front and bac
|
|
|
12
12
|
[](https://github.com/prettier/prettier)
|
|
13
13
|
[](https://github.com/poechiang/jeffchi-logger/actions/workflows/jest-report.yml)
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
15
|
## 支持环境
|
|
18
16
|
|
|
19
17
|
- 现代浏览器。
|
|
20
18
|
- 支持服务端使用, 在服务端使用时默认写入 %root%/logs/yyyy-mm-dd.log 日志文件。
|
|
21
19
|
|
|
22
20
|
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)Opera |
|
|
23
|
-
|
|
|
24
|
-
| Edge
|
|
21
|
+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
22
|
+
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
|
25
23
|
|
|
26
24
|
## 安装
|
|
27
25
|
|