I'm looking for a style guide to log messages:
For example:
- What & when
- Conventions
- Style & Formatting
- Readability
i.e. what makes a good / bad log message string
I'm particularly interested in what make a good log string - beyond including the TIME, SEVERITY and COMPONENT, as I tend to use log4j which gives me this information for free.