vb.net - Using My.Application.Log over a custom stream writer -


i have vb.net application require logging errors. have looked various ways vb.net offers developers log errors. found inbuilt method my.application.log.writeexception.

what advantage of using method on custom written stream writer?


Comments

Popular posts from this blog

frame rate - JAVA simple fps animation(how can i work with?) -