Hi,
What' s the best way to handle exceptions?
In leaving aside from the fact that the application should be stable, in the case should be in error, how to behave in a scenario of a distributed application?
From what i understand, the Log() method is used only for debugging
1. Must make sure that the log is sent to the console of google?
2. Need to handle crashes and the NRA?
3. You have to save the errors to a log file, so as to allow then to send it to some address?
thanks
alberto