Concepts Every Software Engineer Should Know: Things to Know before your first on-Job Assignment by Annu Rana

Concepts Every Software Engineer Should Know: Things to Know before your first on-Job Assignment by Annu Rana

Author:Annu Rana
Language: eng
Format: azw3
Published: 2017-07-19T07:00:00+00:00


All famous programing languages (C,C++,Java,C#,PHP, Phython etc) provide API for serialization and de serialization.

Chapter 11:Logging

When you used to go to school, each teacher used to record your attendance to track your presence into classroom. This information was useful for school management for allowing you for exams or rewarding for maximum attendance. In the same way, when we are writing any software, there are lots of information which should be record somewhere so that we could trace many information related to application flow, user activity, error check etc. We could use file or DB for logging such information.

In simple words, Logging means saving application data into file or some other place which we can use later for further investigation about application. Logging plays important role while monitoring, troubleshooting and debugging application.

log.debug("Money Transfered.");



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.