/*++ Copyright (c) 1997 Microsoft Corporation Module Name : comlog.hxx Abstract: non precompiled file for logging class Author: Whoever wants to own logging. --*/ #ifndef _COMLOG_HXX_ #define _COMLOG_HXX_ /************************************************************ * Include Headers ************************************************************/ #include #include #include #include "context.hxx" #include #include #include "logpublic.hxx" #endif // _COMLOG_HXX_