Skip to content

Commit a43ad39

Browse files
authored
Update README.md
1 parent 5f384db commit a43ad39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# LogViewer
44
- This is a general log viewer. It can parse the log files by provide regular expression configuration.
5-
- Such as spring-boot, Android, iOS, Visual studio, etc.
6-
- ***Theoretically, this tool can be used to analyze any log format as long as you can write regular expressions for log files***.
5+
- Support several log format, such as spring-boot, Android, iOS, Visual studio, etc.
6+
- ***Theoretically, this tool can be used to analyze any log format as long as you write regular expressions for it***.
77

88
# Function Point
99
- 1.After config the regular expression(REGULAR) in ini configuration files, and set the result map in REGMAP, then can analyze and display the log files.
@@ -13,10 +13,10 @@
1313
- 5.Can open Visual Studio and identify the source code by double click the log item, if there is source filename and line number in logs.
1414

1515
# Log Configuration
16-
- 1.Sample file [Standard-SpringBoot.ini](x64/Release/Dsh-SpringBoot.ini) , the log file is [spring log demo](demos/springdemo.zip), can get logs from multi servers by [distributed shell](https://github.com/fishjam/dsh) .
16+
- 1.Sample file [Standard-SpringBoot.ini](x64/Release/Dsh-SpringBoot.ini) , the log file is [spring log demo](demos/dsh-springdemo.log), can get logs from multi servers by [distributed shell](https://github.com/fishjam/dsh) .
1717
- 2.COMMON
18-
- REGULAR : defines the regular expression for a log. [Regex Match Tracer](http://www.regex-match-tracer.com/) are recommended for writing and validating regular expressions.
19-
- TIME_FORMAT : define the date and time format, now only support 4 format.
18+
- REGULAR : defines the regular expression for a log. [Regex Match Tracer](http://www.regex-match-tracer.com/) is recommended for writing and validating regular expressions.
19+
- TIME_FORMAT : define the date and time format, now only support 4 format(ref sample).
2020
- 3.REGMAP : define the regular result and log part's correspondence.
2121
- 4.LEVELMAP: define the log level's correspondence.
2222

0 commit comments

Comments
 (0)