Description
The EventLog supports Categories for each message. A category is a short integer.
This could either be implemented as a fixed category value defined on the appender at config time, or as a value read from the LoggingEvent properties. The second option is more flexible as it allows the category to be specified for each message, a default category could still be specified in the appender configuration to allow for scenario 1 as well.
Attachments
Attachments
Issue Links
- incorporates
-
LOG4NET-214 EventLogAppender should also use config file to set EventId
- Resolved
- is related to
-
LOG4NET-129 EventLogAppender EventID parsing does not handle Active Properties properly
- Resolved