Hi guys
I am writing an application in c#
I want to create a dynamic log file which would contain all the errors or exceptions occurred during execution of the Component.
Log file simply has to append all the errors or exceptions generated with error details and time and date.
Any Ideas?