C++: ACE Logging; .NET: Exception Handling, Logging, and Tracing

Every 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. Regarding .NET, exception handling is more than just throwing and catching objects. There are many design elements in providing a robust system, and providing a sound exception handling, logging, and tracing schema are among the first steps. In this chapter from “.NET Patterns: Architecture, Design, and Process” book, you’ll learn best practices for determining when to throw, catch, and log your errors.

8 Comments

  1. 2004-02-02 2:18 pm
  2. 2004-02-02 3:40 pm
  3. 2004-02-02 4:14 pm
  4. 2004-02-02 5:29 pm
  5. 2004-02-02 5:58 pm
  6. 2004-02-02 6:26 pm
  7. 2004-02-03 8:55 am
  8. 2004-02-03 9:28 am