Hi all,<br><br>I&#39;m currently using Logback (SLF4J) with a TimeBasedRollingPolicy defined in logback.xml. Everything works fine, however, I&#39;d like to retrieve the filenames of the current logging session since the application started. The user can obviously change the log filenames and policies in logback.xml, so I don&#39;t want them hardcoded in the source. My goal is to retrieve these filenames straight within Java in order to do some more processing with them. Is there any possibility in logback/slf4j to retrieve those names?<br>
<br>I currently aquire the logger via:<br>Logger logger = LoggerFactory.getLogger(Test.class);<br><br>but obviously, this Logger object in particular doesn&#39;t provide such functionality. Any ideas?<br><br>Thanks in advance,<br>
Clemens<br>