DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34889>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34889 Summary: o.a.l.s.LoggerRepository.setThreshold(Level l) marked deprecated Product: Log4j Version: 1.3alpha Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Other AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] LoggerRepository has two setThreshold methods one taking String and another taking Level. The one taking Level has been marked deprecated with a stern instruction that it would be removed without replacement. The method is used in a few places (resulting in deprecation warnings) and since it is stronger typed than the String method, you'd think the String method would be deprecated first. I could not find any discussion on why it was marked such and don't understand the motivation, so I'm removing the deprecation tag. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
