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=42634>. 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=42634 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2007-06-11 10:06 ------- nlog4j is not an Apache Software Foundation product. Your description suggests that Apache log4j works as expected and nlog4j doesn't. If you have a bug report against nlog4j, you should file it with its maintainer (http://www.slf4j.org/nlog4j/) There was a recent discussion on log4j-user on Object Renderers (http://marc.info/? t=118064700000001&r=1&w=2). ObjectRenderers were intended to provide custom conversion of non-String messages to strings. log4j allows you to pass any Object as a message parameter, if the message is a string (by far the most common), no conversion is performed, otherwise the repository is checked for a matching renderer or if non Object.toString() is called. If you are passing String objects as message parameters and want to do some manipulation of the content before output, then you should be investigating a custom Layout. -- 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]
