Uploaded image for project: 'SLF4J'
  1. SLF4J
  2. SLF4J-319

Category.getAppender(String name) not implemented yet

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 1.7.12
    • 1.7.x
    • log4j-over-slf4j
    • None

    Description

      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

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            gordillo.ramon Ramon Gordillo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: