Which logging framework supports the logging at every line of code in Spring Boot 2.x? So that I will get the detailed information of my code execution to track the issues.
In simple words I want to get detailed log of my code execution in Spring Boot 2.x. How can I achieve this? I am using SL4J for AOP based logging now.
Thanks.