Cw404 / trace-recorder

Simple, Scalable. trace-recorder is a trace recorder.

Home Page:https://trace-recorder.xusc.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Simple, Scalable, High-Powered. trace-recorder is a trace recorder, mainly in order to better record the source code flow, can better access to the source code implementation of the basic process and the full process; Records can be better managed with a scalable plug-in architecture.

News

  • TraceRecorder log info to dashboard show.
  • TraceRecorder log info to echarts bar chart show.
  • TraceRecorder log info to echarts relation chart show.

Use

Project depend on

gradle

implementation 'cn.xusc:trace-recorder:2.5.3'

maven

<dependency>
   <groupId>cn.xusc</groupId>
   <artifactId>trace-recorder</artifactId>
   <version>2.5.3</version>
</dependency>

Sources Code Build

1、The JDK11 environment needs to be installed (openJDK is recommended)

The following page is only Linux/x64Windows/x64 two versions, for more please visit OracleJDK official website to download

openJDK11: https://jdk.java.net/java-se-ri/11

2、Cloning project

3、Dependency resolution

gradle build

Submit Pull requests

1、Execute task of spotless plugin(uniform code format)

./gradlew spotlessApply

2、Submit your pr

Author

  • QQ : 2506162335
  • WeChat: m47705945
  • email : 18573707104@163.com
  • describe: Please contact the author if you have any questions

Special thanks to JetBrains for supporting open source projects

JetBrains

About

Simple, Scalable. trace-recorder is a trace recorder.

https://trace-recorder.xusc.cn

License:Apache License 2.0


Languages

Language:Java 39.0%Language:CSS 37.8%Language:JavaScript 15.2%Language:HTML 8.0%