Reputation: 101
I want to set a log file and log directory, so that all the logging of my program will be saved there. I am planning to use logback, with SLF4J API.
how and where I should make the necessary definitions?
Upvotes: 1
Views: 100
Reputation: 1925
Hey I have written few tutorial, I guess it would help you in understanding logback and how can you achieve you above task.
Check https://github.com/abdulwaheed18/Slf4jTutorial
Upvotes: 1