Skip to content

Commit 016f898

Browse files
committed
2022.5.3-Client(edit README.md)
1 parent 0bf7fc3 commit 016f898

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed
18 Bytes
Binary file not shown.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ _截止目前,Optilog代码总量2247行!_
66

77
使用前一!定!看本项目Wiki (https://github.com/OptiJava/Optilog-Client/wiki)
88

9+
**_注意事项:_**
10+
\
11+
**一整个java项目建议全程只用一个初始化出来的实例,不然会出bug!在程序最后要调用log.shutdown()方法,否则程序就会一直等待下去。**
12+
913
**Optilog的优势**
1014

1115
1.性能高:初始化日志+输出一条日志(输出到屏幕+输出到文件+通过socket输出到服务端) 最多只需要162毫秒(后续还会再优化),但在你的你不用这个log实例之后要调用log.shutdown()。
34.1 KB
Binary file not shown.

build/reports/tests/test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Classes</h2>
8585
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
8686
</label>
8787
</div>Generated by
88-
<a href="http://www.gradle.org">Gradle 7.4</a> at 2022年5月26日 下午2:24:40</p>
88+
<a href="http://www.gradle.org">Gradle 7.4</a> at 2022年5月27日 下午12:47:24</p>
8989
</div>
9090
</div>
9191
</body>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[2022-05-27|12:40:49(83))][com.optilog.PerformanceTester main(PerformanceTester.java:9)/main] info:Hello World!
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[2022-05-27|12:45:22(87))][com.optilog.PerformanceTester main(PerformanceTester.java:9)/main] info:Hello World!

0 commit comments

Comments
 (0)