Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 583 Bytes

Centralized Logging Example

Build Status

Example for how to use @Aspect and custom annotation with @ConditionalOnExpression

Features

  • Use of org.aspectj.lang.annotation.Aspect to centralized logger information required
  • How to use custom annotations
  • Enable/Disable custom annotation from property file (@ConditionalOnExpression)
  • How to use ProceedingJoinPoint
  • How to track execution time in a better way

License

MIT

Free to use, Hell Yeah!