[slf4j-dev] [Bug 328] New: New org.apache.log4j.Category getAppender Method
bugzilla-daemon at qos.ch
bugzilla-daemon at qos.ch
Thu Mar 12 10:56:59 CET 2015
http://bugzilla.slf4j.org/show_bug.cgi?id=328
Priority: P5
Bug ID: 328
Assignee: slf4j-dev at qos.ch
Summary: New org.apache.log4j.Category getAppender Method
Severity: enhancement
Classification: Unclassified
OS: Linux
Reporter: gordillo.ramon at gmail.com
Hardware: PC
Status: NEW
Version: unspecified
Component: log4j-over-slf4j
Product: SLF4J
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/slf4j-dev/attachments/20150312/2e6fcb8f/attachment.html>
More information about the slf4j-dev
mailing list