I'm AOP Loggers

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

GroupId

GroupId

com.github.andylke
ArtifactId

ArtifactId

im-aop-loggers
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

I'm AOP Loggers
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/andylke/im-aop-loggers.git

Download im-aop-loggers

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.6.6
org.springframework.boot : spring-boot-starter-aop jar 2.6.6
org.springframework.boot : spring-boot-starter-validation jar 2.6.6
org.apache.commons : commons-lang3 jar 3.12.0

test (1)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0