Sometimes logging of an application's events is the only debugging method. The logging method's disadvantage is the large size of the code which you have to write manually to save the whole necessary information. The article touches upon the method allowing you to build a system of automatic logging of C/C++ code
http://viva64.com/content/articles/code-analyzers/?f=Logging.html&lang=en&content=code-analyzers&print=1
Building of systems of automatic C/C++ code logging
Do you see issues with this article? Let us know.
Unapproved
Sometimes logging of an application's events is the only debugging method. The logging method's disadvantage is the large size of the code which you have to write manually to save the whole necessary information. The article touches upon the method allowing you to build a system of automatic logging of C/C++ code
Advertisement
Recent Tutorials by Myopic Rhino
Advertisement
