Click here to Skip to main content
15,910,277 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using log4net to maintain the log information. Where will i use
"private static readonly ILog log = LogManager.GetLogger(typeof(Login).Name);" this line? In my application i am using more than 40 web forms. For all that forms shall i call this function and from where it is called?

What I have tried:

I studied tutorials, and log4net documents. But i can't understand.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900