[
https://issues.apache.org/jira/browse/LOG4NET-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ron Grabowski resolved LOG4NET-101.
-----------------------------------
Resolution: Duplicate
Assignee: Ron Grabowski
This is going to be fixed as part of LOG4NET-106.
> [Patch] Trace Appender added Category property
> ----------------------------------------------
>
> Key: LOG4NET-101
> URL: https://issues.apache.org/jira/browse/LOG4NET-101
> Project: Log4net
> Issue Type: New Feature
> Components: Appenders
> Affects Versions: 1.2.10
> Reporter: Drew Bentley
> Assignee: Ron Grabowski
> 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.
-
You can reply to this email to add a comment to the issue online.