Re: Custom level usage

2006-05-24 Thread Shireesh Thanneru
You can see an example in log4net source code. Look in log4net extensions - they have an example for a TRACE custom log level.tinhuty he <[EMAIL PROTECTED]> wrote: I am using the version 1.2.10. I am not quite sure how to use the custom level. In the previous email I knew that I have to define a cu

Custom level usage

2006-05-24 Thread tinhuty he
I am using the version 1.2.10. I am not quite sure how to use the custom level. In the previous email I knew that I have to define a custom level in config file as follows: I define a log in my class as follows: protected static readonly ILog log = LogManager.GetLogger(MethodBase.GetCu