Can anyone recommend a best practice style guide for log messages?
For example:
- What & when
- Conventions
- Style & Formatting
- Readability
i.e. what makes a good / bad log message string
EDIT: I'm particularly interested in what make a good log string - beyond including the TIME, SEVERITY and COMPONENT, as I tend to use log4j anyway which gives me these bits for free.