<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hi.<br></div><div dir="ltr"><div><br></div><div>I am an architect that works with Tibco for a long time. Its BusinessWorks product (the old 5.x) has an option to use log4j, and as new 6.x version uses slf4j and logback, we will like to start using all the potential in 5.x too.</div><div><br></div><div>We have set up the log4j bridge, but we need the Category.getAppender(String name) method that is not currently implemented.</div><div><br></div><div>Can you please add the following method to the log4j-over-slf4j project (org.apache.log4j.Category class)?</div><div><br></div><div>
<p><font face="monospace, monospace"><span><b>public</b></span> Appender getAppender(String <span>name</span>){</font></p>
<p><font face="monospace, monospace"><span><span> </span> </span>// return null to avoid NoSuchMethodException</font></p>
<p><font face="monospace, monospace"><span><span> </span> </span><b>return</b><span> </span><b>null</b><span>;</span></font></p>
<p><font face="monospace, monospace">}</font></p></div></div>
</div><div>Many thanks.</div><div><br></div></div>