You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visit the above address to see the following welcome interface:
79
83
80
-

84
+
<divalign=center>
85
+
<imgwidth="80%"src="./pic/100.jpg"/>
86
+
</div>
81
87
82
88
The ObjectLoggerServer system has been built.
83
89
@@ -87,7 +93,9 @@ This section explains how to configure the business system to analyze the object
87
93
88
94
The use of this part can refer to the ObjectLoggerDemo project, which gives a detailed example of business system integration ObjectLoggerClient. ObjectLoggerDemo's product package can be obtained from `/demo/target/ObjectLoggerDemo-*. jar`, and the project can be started directly without any other configuration by running `java -jar ObjectLoggerDemo-*. jar`.
89
95
90
-

96
+
<divalign=center>
97
+
<imgwidth="90%"src="./pic/demo_start.png"/>
98
+
</div>
91
99
92
100
## 3.1 Add Dependency
93
101
@@ -146,14 +154,18 @@ At this point, the configuration of the business system is completed.
146
154
147
155
The logs recorded in the system can be queried by `http://127.0.0.1:12301/ObjectLoggerServer/log/query`, and the logs can be filtered by passing in parameters.
148
156
149
-

157
+
<divalign=center>
158
+
<imgwidth="90%"src="./pic/api.gif"/>
159
+
</div>
150
160
151
161
# 5 Show Logs
152
162
153
163
154
164
[react-object-logger](https://github.com/promise-coding/react-object-logger) is the react plugin for ObjectLogger project to show logs in web. Demo: [react-object-logger demo](https://promise-coding.github.io/react-object-logger/)
155
165
156
-

166
+
<divalign=center>
167
+
<imgwidth="90%"src="./pic/react_en.png"/>
168
+
</div>
157
169
158
170
More information can be obtained via [react-object-logger](https://github.com/promise-coding/react-object-logger).
159
171
@@ -404,6 +416,7 @@ public class ExtendedTypeHandler implements BaseExtendedTypeHandler {
0 commit comments