all groups > visual studio .net enterprise tools > march 2006 >
You're in the

visual studio .net enterprise tools

group:

Logging Application block - customize it


Logging Application block - customize it kplkumar NO[at]SPAM gmail.com
3/27/2006 8:03:59 AM
visual studio .net enterprise tools:
Hi

I am new to application blocks. I have been asked to write some
customized formatters. This is what I need to do,

1. Using Tracer I need to be able to write trace log for methods of
interest.
2. The format of the written out trace log should be,
- Time
- Namespace
- Class name
- Method name
- Parameters and variables inside the method
- Elapsed time for executing that method

Is there anyone who has done something similar? I would like to know if
this can be acheived.
Looking at the Tracer class, I noticed that overriding this class
doesn't help.

Thanks in advance.
Re: Logging Application block - customize it wildfish
3/29/2006 9:45:08 PM
Maybe the log4net will be suitable for you.
AddThis Social Bookmark Button