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)

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.henkelian
ArtifactId

ArtifactId

im-aop-loggers-spring-boot
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

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)
Source Code Management

Source Code Management

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

Download im-aop-loggers-spring-boot

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.henkelian/im-aop-loggers-spring-boot/ -->
<dependency>
    <groupId>com.github.henkelian</groupId>
    <artifactId>im-aop-loggers-spring-boot</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.henkelian/im-aop-loggers-spring-boot/
implementation 'com.github.henkelian:im-aop-loggers-spring-boot:1.2.2'
// https://jarcasting.com/artifacts/com.github.henkelian/im-aop-loggers-spring-boot/
implementation ("com.github.henkelian:im-aop-loggers-spring-boot:1.2.2")
'com.github.henkelian:im-aop-loggers-spring-boot:jar:1.2.2'
<dependency org="com.github.henkelian" name="im-aop-loggers-spring-boot" rev="1.2.2">
  <artifact name="im-aop-loggers-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.henkelian', module='im-aop-loggers-spring-boot', version='1.2.2')
)
libraryDependencies += "com.github.henkelian" % "im-aop-loggers-spring-boot" % "1.2.2"
[com.github.henkelian/im-aop-loggers-spring-boot "1.2.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.3.8.RELEASE
org.springframework.boot : spring-boot-starter-aop jar 2.3.8.RELEASE
org.springframework.boot : spring-boot-starter-validation jar 2.3.8.RELEASE

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.3.8.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0