The Wayback Machine - https://web.archive.org/web/20100724060506/http://www.codeguru.com:80/cpp/v-s/debug/logging/

    Logging

    LogDispatch—Debug Module

    Learn how to output your debugging data to the application that is separated from the Visual Studio IDE and the project you are currently working on.

    Generating Debug Bitmaps for DirectX

    Debugging a DirectX application is not the easiest thing to do.

    A Logger Makes Your Life Easier

    Every programmer needs a way to know what is happening with his application. What would you give to know what is wrong? Use a logger!