Logging

Published: Jan. 19, 2017, 6 a.m.

Logging provides routine diagnostic information when a debugger is not running such as in production. It is used to provide runtime proof that the app is still running (not in a zombie state), an audit trail or other forensic data, and troubleshoot rare bugs that can't be reproduced in development.

The post Logging appeared first on Complete Developer Podcast.