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

Allow xml config values to be set via XmlNodeType.CDATA or XmlNodeType.Text rather than just value="foo"

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.2.10
    • None
    • None

    Description

      Currently values for xml config nodes must be passed in via the value attribute:

      <conversionPattern value="%5p %d

      {yyyy-MM-dd hh:mm:ss tt}

      (%c:%L) - %m%n" />

      Why isn't this syntax supported?

      <conversionPattern>%5p %d

      {yyyy-MM-dd hh:mm:ss tt}

      (%c:%L) - %m%n</conversionPattern>

      If the above syntax were supported, a possible solution to this question:

      http://www.mail-archive.com/log4net-user%40logging.apache.org/msg01791.html

      would be:

      <conversionPattern>
      <![CDATA[<header>%n <date>%d</date>%n <user>%u</user>%n <info>%m</info>%n</header>%n]]>
      </conversionPattern>

      Attachments

        Activity

          People

            Unassigned Unassigned
            ron liu ron
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: