c# - Where is the default location of trace log and what would be the file name -
i inherited old codes - winform , click once deployment. trace log confuses me. see in configuration file. ( folder , file name) should trace data ?
<listeners> <add name="filelog"/> </listeners> <sharedlisteners> <add name="filelog" type="microsoft.visualbasic.logging.filelogtracelistener, microsoft.visualbasic, version=8.0.0.0, initializedata="filelogwriter"/> </sharedlisteners>
Comments
Post a Comment