ASP.NET interview questions: - Explain the concept of trace listener?
- By Shiv Prasad Koirala in ASP.NET
- Oct 14th, 2011
- 4141
- 0
'Tracelistener' are objects that get tracing information from the trace class and they output the data to some medium. For instance you can see from the figure 'TraceListener' how it listens to the trace object and outputs the same to UI, File or a windows event log. There are three different types of 'tracelistener' first is the 'defaulttracelistener' (this outputs the data to UI), second is 'textwritertracelistener' (this outputs to a file) and the final one is 'Eventlogtracelistener' which outputs the same to a windows event log.
Figure: -Trace listeners
Below is a snap shot for 'textwritertracelistener' and 'eventlogtracelistener'. Using 'textwritertracelistener' we have forwarded the trace's to 'ErrorLog.txt' file and in the second snippet we have used the 'Eventlogtracelistener' to forward the trace's to windows event log.
Figure: - Tracelistener in action
See the following video on Web.config transformation as follows: -
See ASP.NET interview questions for interview preparation
Regards,
View more author's blog onASP.NET interview questions
Shiv Prasad Koirala
Visit us @ www.questpond.com or call us at 022-66752917... read more