[Patch] Trace Appender added Category property ----------------------------------------------
Key: LOG4NET-101 URL: http://issues.apache.org/jira/browse/LOG4NET-101 Project: Log4net Issue Type: New Feature Components: Appenders Affects Versions: 1.2.10 Reporter: Drew Bentley Priority: Trivial 1) Added a public property 'Category' to use when trace is called. 2) Modified the Append method: if (string.IsNullOrEmpty(m_Category)) { System.Diagnostics.Trace.Write(RenderLoggingEvent(loggingEvent)); } else { System.Diagnostics.Trace.Write(RenderLoggingEvent(loggingEvent), m_Category); } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira