Added by Erik Drolshammer, last edited by Erik Drolshammer on Jan 18, 2010  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

Debug logging is a tool for software developers to determine the cause of an error.

  • Should never be enabled by default in production environments.
  • Verbose - as much context as possible (e.g. stack traces)
  • Technical - does not need to be user friendly
  • Must contain a reference to the code in question (e.g. Class and line number)
  • Can contain tracing information to help determine the flow through the system.

All content on this wiki is licensed under a Creative Commons Attribution 3.0 Unported License.