jar

io.github.harshilsharma63 : controller-logger

Maven & Gradle

Jun 07, 2018
62 stars

Controller Logger · AOP based API logging for Spring Boot

Table Of Contents

Latest Version

Download io.github.harshilsharma63 : controller-logger JAR file - Latest Versions:

All Versions

Download io.github.harshilsharma63 : controller-logger JAR file - All Versions:

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

io.github.logger.controller.annotation

├─ io.github.logger.controller.annotation.Logging.class - [JAR]

├─ io.github.logger.controller.annotation.NoLogging.class - [JAR]

io.github.logger.controller.bean

├─ io.github.logger.controller.bean.RequestContext.class - [JAR]

io.github.logger.controller.aspect

├─ io.github.logger.controller.aspect.ControllerAspect.class - [JAR]

├─ io.github.logger.controller.aspect.GenericControllerAspect.class - [JAR]

├─ io.github.logger.controller.aspect.LoggerAspect.class - [JAR]

io.github.logger.controller.utils

├─ io.github.logger.controller.utils.JsonUtil.class - [JAR]

├─ io.github.logger.controller.utils.RequestUtil.class - [JAR]

Advertisement