| Info | ||
|---|---|---|
| ||
This page contains temporary result from dicussions on error handling. These guidelines must be reviewed and approved before being promoted to the Error handling guidelinesHandling page. |
Best practices
- Human readable logs : fields organized in aligned columns, standard date format
- Redefine toSring() method : using Guava Objects.ToStringHelper for instance. It helps a lot to improve log readability.
...

