Q
QC
Hi Friends,
I have one Application running on Client PC, i coded to store all
Debug, Info, and Trace related information in Log file. This log file
helps me to analyze the exception if any generated in my Application.
Related to exception, i only stores information passed Exception (or
related exception type class) class (ToString(), Message property).
After analyzed and corrected so many exceptions using Logs in last 3
year, I am realizing that I should have sometime which will give me
more detail information e.g. what was the value of all input
parameters of the method where exception generated, or lot more
information which could help me to reproduce the exception at my
development station. I really don’t know what exactly it could be but
I am sure about one thing that it should be helpful to reproduce the
error.
I was thinking upon one that store more detail in log file but in this
case the performance will effect.
I just created this Discussion to get the view from all of you, and
all available different ways.
I have one Application running on Client PC, i coded to store all
Debug, Info, and Trace related information in Log file. This log file
helps me to analyze the exception if any generated in my Application.
Related to exception, i only stores information passed Exception (or
related exception type class) class (ToString(), Message property).
After analyzed and corrected so many exceptions using Logs in last 3
year, I am realizing that I should have sometime which will give me
more detail information e.g. what was the value of all input
parameters of the method where exception generated, or lot more
information which could help me to reproduce the exception at my
development station. I really don’t know what exactly it could be but
I am sure about one thing that it should be helpful to reproduce the
error.
I was thinking upon one that store more detail in log file but in this
case the performance will effect.
I just created this Discussion to get the view from all of you, and
all available different ways.