[Bug 312] New: org.apache.log4j.Category need remove appender method

http://bugzilla.slf4j.org/show_bug.cgi?id=312 Priority: P5 Bug ID: 312 Assignee: slf4j-dev@qos.ch Summary: org.apache.log4j.Category need remove appender method Severity: enhancement Classification: Unclassified OS: Windows XP Reporter: wwaver@163.com Hardware: PC Status: NEW Version: 1.7.x Component: log4j-over-slf4j Product: SLF4J for dependency jar may contain below code: logger.removeAllAppenders() so please add all method of log4j.Category. thanks -- You are receiving this mail because: You are the assignee for the bug.

http://bugzilla.slf4j.org/show_bug.cgi?id=312 weibo <wwaver@163.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robert@teviotia.co.uk -- You are receiving this mail because: You are the assignee for the bug.

http://bugzilla.slf4j.org/show_bug.cgi?id=312 --- Comment #1 from weibo <wwaver@163.com> --- please Add some NOOP methods to enhance the bridging of Log4J over SLF4J synchronized public void removeAllAppenders() {} synchronized public void removeAppender(Appender appender) {} synchronized public void removeAppender(String name) {} thanks -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@qos.ch