1. Logback to log different messages to two files stackoverflow.comI 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.comI 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 ... |