RE: Using log4net.Util.PatternString in a PatternLayout

2008-05-08 Thread Roy Chastain
-- Roy Chastain -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 21:35 To: Log4NET User Subject: Re: Using log4net.Util.PatternString in a PatternLayout The PatternString used for the Header and Footer is converted to a string at configur

Re: Using log4net.Util.PatternString in a PatternLayout

2008-05-07 Thread Ron Grabowski
g Sent: Wednesday, May 7, 2008 8:34:34 AM Subject: Using log4net.Util.PatternString in a PatternLayout I have the following layout defined for a RollingFileAppender (log4Net 1.2.10) The idea is to place the current date and time in the header and footer of each log file as it rolls over

Re: Using log4net.Util.PatternString in a PatternLayout

2008-05-07 Thread Bill Schmidt
ROTECTED] > Sent: Wednesday, May 07, 2008 5:35 AM > To: [email protected] > Subject: Using log4net.Util.PatternString in a PatternLayout > > I have the following layout defined for a RollingFileAppender (log4Net > 1.2.10) > > > value="%n

RE: Using log4net.Util.PatternString in a PatternLayout

2008-05-07 Thread Eric Chamberlain
, Inc. -Original Message- From: Roy Chastain [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 5:35 AM To: [email protected] Subject: Using log4net.Util.PatternString in a PatternLayout I have the following layout defined for a RollingFileAppender (log4Net 1.2.10)

Using log4net.Util.PatternString in a PatternLayout

2008-05-07 Thread Roy Chastain
I have the following layout defined for a RollingFileAppender (log4Net 1.2.10) The idea is to place the current date and time in the header and footer of each log file as it rolls over. Instead each header and footer receives the same date/time. (The date/time is the date/time the o

Using log4net.Util.PatternString in a PatternLayout

2008-02-18 Thread Roy Chastain
I have the following layout defined for a RollingFileAppender (log4Net 1.2.10) The idea is to place the current date and time in the header and footer of each log file as it rolls over. Instead each header and footer receives the same date/time. (The date/time is the date/time the o