I set up a TextWriterTrace Listener in the App.config file. I'd like to be
able to tell, programmaticall y, which file it's using. However, I don't seem
to be able to get at the initializeData attribute. The Attribute collection
attached to the TextWriterTrace Listener is empty.
Any ideas as to how I might get at this file name without having to parse
App.config?
able to tell, programmaticall y, which file it's using. However, I don't seem
to be able to get at the initializeData attribute. The Attribute collection
attached to the TextWriterTrace Listener is empty.
Any ideas as to how I might get at this file name without having to parse
App.config?
Comment