Hey hunters!
While working on a project, a Spring-based web application, it quickly became annoying adding the same log statements for each new controller method being created. Working in a team made it inconsistent too with people forgetting or adding unformatted logs. This was the perfect use case for AOP (Aspect Oriented Programming). This library is re-built based on experience gained during my original implementation of AOP based logging.
No more incomplete logs. No more inconsistent logs. Always be ready with complete information for debugging or tracing down errors.
Happy hunting!
Standup Raven v3