Controller Logger

Controller Logger

Java library for automatic logging of controllers

0 followers

A Java library to ease the life of web developers by providing automatic logging of input, output, and some context data for controllers
Controller Logger gallery image
Controller Logger gallery image
Launch Team
Auth0
Auth0
Start building with Auth0 for AI Agents, now generally available.
Promoted

What do you think? …

Harshil Sharma
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!