jar

com.github.yylingyun : x-yytech-logger

Maven & Gradle

Aug 24, 2019
2 stars

ReqResLog · Annotation based on AOP for SpringBoot project which can Auto-Recording method Request/Response/Throwable logs with traceId

Table Of Contents

Latest Version

Download com.github.yylingyun : x-yytech-logger JAR file - Latest Versions:

All Versions

Download com.github.yylingyun : x-yytech-logger JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 x-yytech-logger-1.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.yytech.logger.util

├─ com.yytech.logger.util.ReqResLogUtil.class - [JAR]

├─ com.yytech.logger.util.StringUtil.class - [JAR]

├─ com.yytech.logger.util.TraceIdThreadLocal.class - [JAR]

com.yytech.logger

├─ com.yytech.logger.DefaultLoggerServiceImpl.class - [JAR]

├─ com.yytech.logger.LogAttributes.class - [JAR]

├─ com.yytech.logger.LoggerService.class - [JAR]

com.yytech.logger.annotation

├─ com.yytech.logger.annotation.EnableReqResLog.class - [JAR]

├─ com.yytech.logger.annotation.ReqResLog.class - [JAR]

com.yytech.logger.autoconfig

├─ com.yytech.logger.autoconfig.ReqResLogAutoConfiguration.class - [JAR]

├─ com.yytech.logger.autoconfig.ReqResLogProperties.class - [JAR]

com.yytech.logger.aspect

├─ com.yytech.logger.aspect.ReqResLoggerAspect.class - [JAR]