RE: Information about the new conversionPattern syntax needed

2005-01-24 Thread Nicko Cadell
download zip is correct for that version. Cheers, Nicko > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 21 January 2005 15:50 > To: log4net-user@logging.apache.org > Subject: RE: Information about the new conversionPattern syntax needed &

RE: Information about the new conversionPattern syntax needed

2005-01-21 Thread Staiger.Dennis
StaigerTel: 610-647-9700 Ext. 7248 · Fax: 610-251-5040 -Original Message-From: Paul Welter [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 10:38 AMTo: Log4NET UserSubject: Re: Information about the new conversionPattern syntax needed Its in the html help documentation

Re: Information about the new conversionPattern syntax needed

2005-01-21 Thread Paul Welter
Title: Information about the new conversionPattern syntax needed Its in the html help documentation under the PatternLayout class.  The web site is out of date.  To get the html help file, you have to checkout the latest version from cvs and build the documentation.  'nant generate-s

Information about the new conversionPattern syntax needed

2005-01-21 Thread Staiger.Dennis
Title: Information about the new conversionPattern syntax needed I finally found out why all my output was messed up: the configuration patterns in 1.2 Beta 8 have changed, e.g. %message is now %m %newline is now %n %thread is now %t I did not find any information whether the syntax in