Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 269 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 269 Bytes

AAlogger

Annotated aspect logger

Simple implementation of aspect based logger working through @LogThisMethod annotation. Easy to add your own Annotated logger implementation and make spring use it instead of default one: LogThisMethod(YourOwnImplementation.class)