As for calling Configure, I'm not sure
where that goes in an ASP.Net application. You can either call configure manually in
the app_start code or you can assign an assembly attribute to handle the
configuration call for you. For asp.net apps this seems to works well for me. Rich Denis From: Benjamin Peikes
[mailto:[EMAIL PROTECTED] You should make your loggers static, one
for each class. In VB that would be Shared. That way they only get created once
for each class. As for calling Configure, I'm not sure
where that goes in an ASP.Net application. Benjamin
Peikes From: Dru
Sellers [mailto:[EMAIL PROTECTED] In my ASP.Net pages I am doing this in
about every method
Dru --- |
Title: Message
- RE: Logging Perf Hit Denis, Rich
- RE: Logging Perf Hit Dru Sellers