What is this "Log" class?
I see an application have used 开发者_Go百科Log.info = "some info"
where are these logs created by the application ? where can i see that ?
you could use procmon to monitor which files are written to when you step over this line.
Check for potential configuration settings in App.config. If it is a 3rd party Logging Framework (e.g. log4net) there may be some clue in the App.config. Otherwise you'll need to post more info.
精彩评论