[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
---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
> >
> >
).
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
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
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