f

fineely-log

The rest interface log collection based on spring aop implementation supports kakfa and openFeign
https://github.com/Big-billed-shark/fineely-log
MIT License
Kepler Lei
Files download
File Operation
fineely-log-1.0.0.jar download
fineely-log-1.0.0.pom download
fineely-log-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fineely</groupId>
  <artifactId>fineely-log</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.fineely:fineely-log:1.0.0'
Gradle Kotlin
implementation("com.fineely:fineely-log:1.0.0")
Scala SBT
libraryDependencies += "com.fineely" % "fineely-log" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fineely', module='fineely-log', version='1.0.0')
)
Apache Ivy
<dependency org="com.fineely" name="fineely-log" rev="1.0.0" />
Leiningen
[com.fineely/fineely-log "1.0.0"]
Apache Buildr
'com.fineely:fineely-log:jar:1.0.0'