Trace output not getting logged in output file at times -


I am using the textwriterTraceListener so that an error message can be logged in the text file. TraceOutputFile is outlined in the web.config file "trace.log.txt". Error messages are being logged in trace.log.txt. But many times I noticed that some files are actually being generated under the root folder, instead of logging in the trace.log.txt with exception descriptions.

This is not happening on a particular page and therefore I am unable to find out why this file is being generated. X: 14dbc20a-9eb8-4fec-b6bd-54400db2ceatrace.log.txt.

Can this suggest any situation with me when it can happen?

If you are familiar with ETW tracing, you can register instead of TextWriterTraceListener. How can you do this?


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -