<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr">Hi,<br><br>My application holds an already initialized slf4j/logback environment.<br>Now at some point in my code I would like to create a logback Logger using a completely different configuration, without inheriting<br>

any configuration settings from the logback environment already defined in my app (which was done via logback.xml on the classpath), <br>and also without interfering with the previously created loggers either.<br><br>I thought the most natural way would be to create my LoggerFactory instance, configure it,<br>

and then to create a Logger from there. But that seems not the way how its done in logback.<br><br>Is what I want possible at all? If yes, how?<br><br>Thanks!<br><br>Silvano<br><br></div>
</div><br></div>