GeekArticles
Concepts
Design PatternsArticle :: Using the ACE Logging Facility
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 383 times |
Add CommentFiled in: Design PatternsEvery C++ program -- and every networking app -- needs a good logging mechanism. ACE provides you with more than one way to handle such things. Consider your application and how you expect it to grow over time. Your choices range from the simple ACE_DEBUG macros to the highly flexible logging service.
Read Article Sponsored Links
Related Articles
• Article :: What Is C For? David Chisnall looks at the limitations of the current C standard and produces a wish list for the next vers ...