Jason Leveille

Web developer, loving life in Southern Maine

The 10 Commandments of Logging

Some great and practical tips for logging.

When a developer writes a log message, it is in the context of the code in which the log directive is to be inserted. In those conditions we tend to write messages the infer on the current context. Unfortunately when reading the log itself this context is absent, and those messages might not be understandable.

Original Article: The 10 Commandments of Logging