<div>I must be missing something. Why the need to originate new logging messages from the appender? Any status updates you could do through ContextAware methods; any custom work to the JMS Queue would occur in that appender. So I don't understand the need for creating additional logging messages. If the appender is acting as a filter so some messages can be processed by a different appender, then a filter would help. [1]</div>
<div><br></div><div>I'm glad you have something that works.</div><div><br></div><div>[1] <a href="http://logback.qos.ch/manual/filters.html">http://logback.qos.ch/manual/filters.html</a></div><div><br></div><div>-- TJ</div>
<div><br></div><div class="gmail_quote">On Tue, Nov 15, 2011 at 7:39 AM, Steve Cohen <span dir="ltr"><<a href="mailto:scohen@javactivity.org">scohen@javactivity.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
It's a JMSQueue-based appender.  It was written for log4j (only recently have we switched to logback) which didn't have one.  In addition to the JMS functionality, at the other end of the JMS socket sits a server application written in C with its own legacy logging system that must be catered to.  This involves some special formatting and data which is neither necessary nor desirable for inclusion in the local logging that the client-side application also needs.  The appender is perhaps the most convenient place to do this.<br>

<br>
However, I do suppose that I should look at the layout and custom format specifier supported by logback as a possibly better way to accomplish the same thing.  But what I have seems to work.<div class="im"><br>
<br>
On 11/14/2011 09:37 PM, TJ Rothwell wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
I'm curious: what use-case is fulfilled by the additional messages<br>
generated by the appender?<br>
<br>
-- TJ<br>
<br>
On Mon, Nov 14, 2011 at 4:00 PM, Steve Cohen<<a href="mailto:scohen@javactivity.org" target="_blank">scohen@javactivity.org</a>>  wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On 11/12/2011 04:14 PM, Steve Cohen wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
We have a custom appender that may itself need to issue logging<br>
statements. But placing a logger in such a class causes various<br>
exceptions on initialization and loading. So we are resorting to<br>
System.out.println for lack of a better solution.<br>
<br>
I suppose there must be a better way.<br>
What would that be?<br>
<br>
<br></div>
______________________________<u></u>**_________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch" target="_blank">Logback-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/**listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/<u></u>**listinfo/logback-user</a><<a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http:/<u></u>/mailman.qos.ch/mailman/<u></u>listinfo/logback-user</a>><div class="im">
<br>
<br>
<br>
  A technique that seems to work is to NOT declare a logger in the<br>
</div></blockquote><div class="im">
Appender class that you want to use one from, but instead create a static<br>
logger instance somewhere that is accessible through static methods.  That<br>
way the logger does not need to be created at the time of appender<br>
instantiation.<br>
<br></div>
______________________________<u></u>**_________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch" target="_blank">Logback-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/**listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/<u></u>**listinfo/logback-user</a><<a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http:/<u></u>/mailman.qos.ch/mailman/<u></u>listinfo/logback-user</a>><br>

<br>
</blockquote><div class="im">
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch" target="_blank">Logback-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/<u></u>listinfo/logback-user</a><br>
</div></blockquote><div class="HOEnZb"><div class="h5">
<br>
______________________________<u></u>_________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch" target="_blank">Logback-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/<u></u>listinfo/logback-user</a><br>
</div></div></blockquote></div><br>