I am using SLF4j in my java application to store the logs and it works fine. Now i need to retrieve the logs generated by my application . Is there any API SLF4J provide to retrieve the logs?
I tried looking into the manual of SL4j but couldn't find anything.