Easy mass-logging with AspectJ maven plugin
Logging anything without changes in the application code

I love to have detailed logs, but I hate seeing repetitive code like calls to a logger.
Normally Java applications have logs. For debugging or performance monitoring it can be very convenient to store in the log not only conditional diagnostic messages but also execution…