Hi,<br /><br />I'm new to logback and would like to know if the following already exist / is possible, i searched the mailing list but did not find this.<br /><br />I've a GUI&nbsp;application performing usual logging through logback (that's ok) and would ensure that any unexpected failure(s) be logged.<br />For example, unexpected errors occuring on the swing EDT go the std err.<br />Usually I would do this by redirecting the standard out/err streams to some file output. Note also that I would like to ensure that logs from different threads will log properly. For example, stack traces should not be mangled by other logs.<br /><br />I wonder it is possible to do this through the logback configuration. <br />If not what would be the best way.<br /><br />Thanks,<br />-- Gilles