jar

io.whelk.spring.data.logging : spring-boot-starter-data-logging

Maven & Gradle

Mar 22, 2021
5 stars

Spring Boot Starter Data Logging · Spring-Boot starter for reducing logging boilerplate with Spring-AOP annotations. Takes advantage of tracing and logging capabilities in Spring-Data, Spring-Cloud-Sleuth, and Lombok.

Table Of Contents

Latest Version

Download io.whelk.spring.data.logging : spring-boot-starter-data-logging JAR file - Latest Versions:

All Versions

Download io.whelk.spring.data.logging : spring-boot-starter-data-logging JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-starter-data-logging-0.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.whelk.spring.data.logging.auto

├─ io.whelk.spring.data.logging.auto.LogLevelConfiguration.class - [JAR]

├─ io.whelk.spring.data.logging.auto.LoggingAutoConfiguration.class - [JAR]

io.whelk.spring.data.logging.writer

├─ io.whelk.spring.data.logging.writer.ArgWriter.class - [JAR]

├─ io.whelk.spring.data.logging.writer.FullArgWriter.class - [JAR]

├─ io.whelk.spring.data.logging.writer.FullReturnTypeWriter.class - [JAR]

├─ io.whelk.spring.data.logging.writer.JacksonArgWriter.class - [JAR]

├─ io.whelk.spring.data.logging.writer.JacksonReturnTypeWriter.class - [JAR]

├─ io.whelk.spring.data.logging.writer.ReturnTypeWriter.class - [JAR]

├─ io.whelk.spring.data.logging.writer.SimpleArgWriter.class - [JAR]

├─ io.whelk.spring.data.logging.writer.SimpleReturnTypeWriter.class - [JAR]

io.whelk.spring.data.logging.aop

├─ io.whelk.spring.data.logging.aop.CrudRepositoryPointcut.class - [JAR]

├─ io.whelk.spring.data.logging.aop.JpaRepositoryPointcut.class - [JAR]

├─ io.whelk.spring.data.logging.aop.Log.class - [JAR]

├─ io.whelk.spring.data.logging.aop.LogAdvice.class - [JAR]

├─ io.whelk.spring.data.logging.aop.LogPointcut.class - [JAR]

├─ io.whelk.spring.data.logging.aop.PagingAndSortingRepositoryPointcut.class - [JAR]

├─ io.whelk.spring.data.logging.aop.QueryByExampleExecutorPointcut.class - [JAR]

io.whelk.spring.data.logging.rest

├─ io.whelk.spring.data.logging.rest.RestConfiguration.class - [JAR]

├─ io.whelk.spring.data.logging.rest.TraceIdInterceptor.class - [JAR]

io.whelk.spring.data.logging.configurer

├─ io.whelk.spring.data.logging.configurer.LoggingConfigurer.class - [JAR]

├─ io.whelk.spring.data.logging.configurer.SimpleLoggingConfigurer.class - [JAR]

io.whelk.spring.data.logging.sleuth

├─ io.whelk.spring.data.logging.sleuth.TracerAdvice.class - [JAR]

├─ io.whelk.spring.data.logging.sleuth.TracerConfiguration.class - [JAR]

├─ io.whelk.spring.data.logging.sleuth.TracerPointcut.class - [JAR]

Advertisement