<html>
    <head>
      <base href="http://bugzilla.slf4j.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - New org.apache.log4j.Category getAppender Method"
   href="http://bugzilla.slf4j.org/show_bug.cgi?id=328">328</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>slf4j-dev@qos.ch
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>New org.apache.log4j.Category getAppender Method
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>gordillo.ramon@gmail.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>log4j-over-slf4j
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>SLF4J
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi.

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.

We have set up the log4j bridge, but we need the Category.getAppender(String
name) method that is not currently implemented.

Can you please add the following method to the log4j-over-slf4j project
(org.apache.log4j.Category class)?

public Appender getAppender(String name){

  // return null to avoid NoSuchMethodException

  return null;

}

Many thanks.

Ramón Gordillo</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>