slf4j « Log « Java I/O Q&A





1. Logback to log different messages to two files    stackoverflow.com

I am using logback/slf4j to do my logging. I want to parse my log file to analyze some data, so instead of parsing a great big file (mostly consisting of debug ...

2. Logback - set log file name programatically    stackoverflow.com

I am using logback, and I am trying to set the log file name programatically within my Java program (similar to Setting Logback Appender path programmatically), and I tried to ...