jar

com.github.henkelian : im-aop-loggers-spring-boot

Maven & Gradle

Mar 29, 2021
0 stars

I'm AOP Loggers for Spring Boot · A handy and configurable sets of annotation-based loggers for Spring Boot that can log every execution of a method when entering or exiting normally or abnormally, without you writing a single line of code using aspect-oriented programming (AOP)

Table Of Contents

Latest Version

Download com.github.henkelian : im-aop-loggers-spring-boot JAR file - Latest Versions:

All Versions

Download com.github.henkelian : im-aop-loggers-spring-boot 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 im-aop-loggers-spring-boot-1.2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

im.aop.loggers.advice.after.returning

├─ im.aop.loggers.advice.after.returning.LogAfterReturning.class - [JAR]

├─ im.aop.loggers.advice.after.returning.LogAfterReturningAdvice.class - [JAR]

├─ im.aop.loggers.advice.after.returning.LogAfterReturningConfiguration.class - [JAR]

├─ im.aop.loggers.advice.after.returning.LogAfterReturningService.class - [JAR]

im.aop.loggers.logging

├─ im.aop.loggers.logging.Level.class - [JAR]

├─ im.aop.loggers.logging.LoggerService.class - [JAR]

im.aop.loggers.advice.before

├─ im.aop.loggers.advice.before.LogBefore.class - [JAR]

├─ im.aop.loggers.advice.before.LogBeforeAdvice.class - [JAR]

├─ im.aop.loggers.advice.before.LogBeforeConfiguration.class - [JAR]

├─ im.aop.loggers.advice.before.LogBeforeService.class - [JAR]

im.aop.loggers.advice.after.throwing

├─ im.aop.loggers.advice.after.throwing.LogAfterThrowing.class - [JAR]

├─ im.aop.loggers.advice.after.throwing.LogAfterThrowingAdvice.class - [JAR]

├─ im.aop.loggers.advice.after.throwing.LogAfterThrowingConfiguration.class - [JAR]

├─ im.aop.loggers.advice.after.throwing.LogAfterThrowingService.class - [JAR]

im.aop.loggers

├─ im.aop.loggers.AopLoggersAutoConfiguration.class - [JAR]

├─ im.aop.loggers.AopLoggersProperties.class - [JAR]

im.aop.loggers.advice.around

├─ im.aop.loggers.advice.around.LogAround.class - [JAR]

├─ im.aop.loggers.advice.around.LogAroundAdvice.class - [JAR]

├─ im.aop.loggers.advice.around.LogAroundConfiguration.class - [JAR]

├─ im.aop.loggers.advice.around.LogAroundService.class - [JAR]

im.aop.loggers.logging.message

├─ im.aop.loggers.logging.message.ElapsedStringSupplierRegistrar.class - [JAR]

├─ im.aop.loggers.logging.message.ElapsedTimeLimitStringSupplierRegistrar.class - [JAR]

├─ im.aop.loggers.logging.message.ExceptionStringSupplierRegistrar.class - [JAR]

├─ im.aop.loggers.logging.message.JoinPointStringSupplierRegistrar.class - [JAR]

├─ im.aop.loggers.logging.message.ReturnValueStringSupplierRegistrar.class - [JAR]

├─ im.aop.loggers.logging.message.StringLookup.class - [JAR]

├─ im.aop.loggers.logging.message.StringSubstitutor.class - [JAR]

├─ im.aop.loggers.logging.message.StringSupplierLookup.class - [JAR]

├─ im.aop.loggers.logging.message.StringSupplierRegistrar.class - [JAR]

Advertisement