s

services.traceable

Library to trace the calls to spring services easily using annotations. The source code of the services will be cleaner due to less calls to send log messages. Each method of the services can be configured to print messages for specific log level, to print only the start or the end of the method or even to print selected input arguments and/or the return value.
https://github.com/arisnegro/spring.services.traceable
GPL-3.0 License
Aristónico Silvano Negro Diez
Files download
File Operation
services.traceable-0.0.2.jar download
services.traceable-0.0.2.pom download
services.traceable-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>es.com.arisnegro.spring</groupId>
  <artifactId>services.traceable</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'es.com.arisnegro.spring:services.traceable:0.0.2'
Gradle Kotlin
implementation("es.com.arisnegro.spring:services.traceable:0.0.2")
Scala SBT
libraryDependencies += "es.com.arisnegro.spring" % "services.traceable" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='es.com.arisnegro.spring', module='services.traceable', version='0.0.2')
)
Apache Ivy
<dependency org="es.com.arisnegro.spring" name="services.traceable" rev="0.0.2" />
Leiningen
[es.com.arisnegro.spring/services.traceable "0.0.2"]
Apache Buildr
'es.com.arisnegro.spring:services.traceable:jar:0.0.2'