<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I am using two Appenders <code>ConsoleAppender and my own custom
Gui</code><code>Appender which extends OutputStreamAppender. This
works well.<br>
<br>
I do not want the GuiAppender to append Stacktraces. So if I do
e.g.<br>
logger.error("Core: ERROR importing map.\n",ex); the "Throwable
ex"-Stacktrace should get to </code><code>ConsoleAppender</code><code>
but not to </code><code>Gui</code><code>Appender.<br>
<br>
I am relatively new to Logback and I appreciate any help with
this.<br>
<br>
Regards,<br>
Markus<br>
</code>
</body>
</html>