Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 138637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:17:44+00:00 2026-05-11T07:17:44+00:00

All I want to do is append the current date and time to my

  • 0

All I want to do is append the current date and time to my log file, say:

'export_(Wed_Feb_21_2009_at_1_36_41PM)' 

Here is my current config from my app.config

<appender name='RollingFileAppender' type='log4net.Appender.RollingFileAppender'>     <file value='c:\export.txt' />     <appendToFile value='true' />     <lockingModel type='log4net.Appender.FileAppender+MinimalLock' />     <rollingStyle value='Size' />     <maxSizeRollBackups value='10' />     <layout type='log4net.Layout.PatternLayout'>         <conversionPattern value='%date [%thread] %-5level %logger [%property{NDC}] - %message %stackTrace%newline' />     </layout> </appender> 

Is appending the date to my log file possible, or is it one of those things I need to do in code and not config?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T07:17:45+00:00Added an answer on May 11, 2026 at 7:17 am

    Add the following to your config file

    <appender name='rollingFile' type='log4net.Appender.RollingFileAppender,log4net'>   <param name='File' value='c:\\ProjectX\\Log\\log.txt'/>   <param name='AppendToFile' value='true'/>   <lockingModel type='log4net.Appender.FileAppender+MinimalLock'/>   <param name='RollingStyle' value='Date'/>   <param name='DatePattern' value='yyyy.MM.dd'/>   <param name='StaticLogFileName' value='true'/>   <layout type='log4net.Layout.PatternLayout,log4net'>     <param name='ConversionPattern' value='%date [%thread] %-5level %logger - %message%newline'/>   </layout> </appender> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

All. I am using jquery. And I want to append element into loaded html
All i want is to pass a HTML (DOM object) from javascript to Actionscript.
All I want is a pragmatic random number generator in C# so I can
All I want is to get the website URL. Not the URL as taken
All I want is a one pixel black border around my white UILabel text.
All I want to know is if there's an easy way to add lines
All I want to do is to check if the textfield has been changed.
All: I want to scroll through a sequence of tumblr/twitter posts as a long
all I want to show hide some ids using jQuery. My html code is
All I want is to clear my renderTarget2D once so that it starts off

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.