Hi Here is our scenario. A wpf app works fine in dev environment. When published to other environments such as staging, UAT & prodn environments we run into issues.
To figure out the issues is it a good idea to have a line which calls a log message after every line of code with Debug directives.
If so how to handle it in release mode. Our concern is every call to log ends up reading and writing to a file will this affect the performance.
If so any suggestions. Thanks N