Results 1 to 4 of 4

Thread: gep13's XML

  1. #1

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Exclamation gep13's XML

    Code:
      <log4net>
        <appender name="RollingFileAppender" type="log4net.Appender.RollingFileAppender">
          <file value="Logs/Application.log" />
          <appendToFile value="true" />
          <immediateFlush value="true" />
          <lockingModel type="log4net.Appender.FileAppender+MinimalLock" />
          <rollingStyle value="Size" />
          <maximumFileSize value="10MB" />
          <maxSizeRollBackups value="5" />
          <layout type="log4net.Layout.PatternLayout">
            <conversionPattern value="%newline[%date{dd MMM yyyy HH:mm:ss.fff}](%thread) %-5level: %message (%location)%newline" />
          </layout>
        </appender>
        <root>
          <level value="DEBUG" />
          <appender-ref ref="RollingFileAppender" />
        </root>
      </log4net>
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  2. #2
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: gep13's XML

    Hmmm is that my highlighter by any chance?
    ]

  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: gep13's XML

    Hey,

    It certainly is, abhijit pointed out that I might be able to use it for the FAQ I was writing.

    He linked to your converter in my Forum Feedback post.

    Gary

  4. #4

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: gep13's XML

    Quote Originally Posted by deanmc View Post
    hmmm is that my highlighter by any chance?
    ]
    b i n g o!
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width