By Marina_Sprava
via blog.jelastic.com
Published: Dec 11 2012 / 23:05
Experience indicates that logging is an important component of the development cycle. It offers several advantages. It provides precise context about a run of the application. Once inserted into the code, the generation of logging output requires no human intervention. Moreover, log output can be saved in persistent medium to be studied at a later time. In addition to its use in the development cycle, a sufficiently rich logging package can also be viewed as an auditing tool. Inserting log statements into code is a low-tech method for debugging it.
Add your comment