-
Type:
New Feature
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Duplicate
-
Affects Version/s: 1.2.10
-
Fix Version/s: None
-
Component/s: Appenders
-
Labels:None
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); }- is duplicated by
-
LOG4NET-106 TraceAppender : Add switch to disable using logger name as trace category
-
- Resolved
-