Hi, I thought I would ask about something. I have a log to file method for vb.net and thought I would ask if I should post it or not. I use it for debugging and standard logging. One nice thing it does is: If you use it one way, it just logs to a file, but you can also use it, for example, in a try and catch block. And then you can change the way you you log to include what method you are in when it goes to the catch block. Of course you can use the method thing where ever you are in the code.
just wondering. Oh, I'm a c++ guy too but when I retired, I picked up vb.net just to have fun.