EventLogAppender: Add support for setting the Category on Event Log messages.
-----------------------------------------------------------------------------
Key: LOG4NET-38
URL: http://issues.apache.org/jira/browse/LOG4NET-38
Project: Log4net
Type: Improvement
Components: Appenders
Versions: 1.2.9
Reporter: Nicko Cadell
Priority: Minor
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.
--
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