0

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.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Zia Ul Mustafa
  • 391
  • 5
  • 10
  • 2
    None. You will need a AOP to intercept the methods and do the logging. There is no logging framework that on its own provides this. – M. Deinum Nov 06 '19 at 09:53
  • 1
    https://stackoverflow.com/questions/12732069/how-to-automatically-log-the-entry-exit-of-methods-in-java – Federico Piazza Nov 11 '19 at 16:16

0 Answers0