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

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -