Uploaded image for project: 'Log4net'
  1. Log4net
  2. LOG4NET-214

EventLogAppender should also use config file to set EventId

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2.10
    • 1.2.11
    • Appenders
    • None

    Description

      It should be possible to set the EventId of the EventLogAppender using the config file.

      example:
      IT would like to be able to setup EventId for certain error without having to recompile the application:

      <appender name="EventLogAppender_Terminated" type="log4net.Appender.EventLogAppender" >
      <applicationName value="..." />
      <eventId value="1234" />
      <layout type="log4net.Layout.PatternLayout">
      <conversionPattern value="........." />
      </layout>
      <filter type="log4net.Filter.LevelRangeFilter">
      <levelMin value="ERROR" />
      </filter>
      <filter type="log4net.Filter.StringMatchFilter">
      <stringToMatch value="DatabaseException" />
      </filter>
      <filter type="log4net.Filter.DenyAllFilter" />
      </appender>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gcrao78 Vincent Guigui
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: