Hi,
I have created a each class in different python files ( say each class as module).Now I have to track the errors thrown or return by the methods of the each class.
How I can create/generate the log file for tracking all the errors thrown by the errors by the methods of the class during the execution of the application?.
And my log file should capture the Start time and execution of the application,err or report-status of errors passed/failed.
No of geometric elements traversed.
Thanks in advance
PSB
I have created a each class in different python files ( say each class as module).Now I have to track the errors thrown or return by the methods of the each class.
How I can create/generate the log file for tracking all the errors thrown by the errors by the methods of the class during the execution of the application?.
And my log file should capture the Start time and execution of the application,err or report-status of errors passed/failed.
No of geometric elements traversed.
Thanks in advance
PSB
Comment