|
2 | 2 |
|
3 | 3 | # LogViewer
|
4 | 4 | - 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***. |
7 | 7 |
|
8 | 8 | # Function Point
|
9 | 9 | - 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 | 13 | - 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.
|
14 | 14 |
|
15 | 15 | # 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) . |
17 | 17 | - 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). |
20 | 20 | - 3.REGMAP : define the regular result and log part's correspondence.
|
21 | 21 | - 4.LEVELMAP: define the log level's correspondence.
|
22 | 22 |
|
|
0 commit comments