RE: separate log info from a particular method

2005-04-22 Thread Nicko Cadell
[EMAIL PROTECTED] > Sent: 21 April 2005 10:01 > To: Log4NET User > Subject: Re: separate log info from a particular method > > Hello, > > I have a question which is kind of related to the same topic. > > I have a big amount of legacy code with a custom trace > system, wh

Re: separate log info from a particular method

2005-04-21 Thread Thibaut Barrère
---Original Message- > > From: Eduard Ralph [mailto:[EMAIL PROTECTED] > > Sent: 28 February 2005 17:46 > > To: 'Log4NET User'; 'Cheng' > > Subject: AW: separate log info from a particular method > > > >

RE: separate log info from a particular method

2005-03-06 Thread Nicko Cadell
). Nicko > -Original Message- > From: Eduard Ralph [mailto:[EMAIL PROTECTED] > Sent: 28 February 2005 17:46 > To: 'Log4NET User'; 'Cheng' > Subject: AW: separate log info from a particular method > > Hi, > > I won't dig out the manuals to

AW: separate log info from a particular method

2005-02-28 Thread Eduard Ralph
Gesendet: Montag, 28. Februar 2005 18:15 An: Log4NET User Betreff: separate log info from a particular method Hi, I am using RollingFileAppender for my whole application. Suppose the main logfile is A.txt. I want to log all information from a particular method to a separate file say B.txt (these log sh

separate log info from a particular method

2005-02-28 Thread Cheng
Hi, I am using RollingFileAppender for my whole application. Suppose the main logfile is A.txt. I want to log all information from a particular method to a separate file say B.txt (these log should not be logged to A.txt). StringMatchFilter filter should be work, however the particular method has