Method Call Interception (MCI) in C++ (not yet reviewed)
- Published 12/21/2005
Implementing MCI in C++ using compiler / platform specific features.
Implementing MCI in C++ using compiler / platform specific features.
Review this re-usable class that can output trace to a window, logging file, or both. It works on a conditional compilation just like other traces to avoid code generation in release builds. Function entry and exit can also be done very easily.
Utility Class for logging errors to a file
A Text File Logging system for use in VC++ projects