3 //=============================================================================
7 * @author Craig Rodrigues <crodrigu@bbn.com>
8 * @author Chris Hafey <chafey@stentor.com>
9 * @author Don Hinton <dhinton@ieee.org>
11 //=============================================================================
16 #include "ace/Log_Msg_Callback.h"
23 * @brief A callback class for ACE_Log_Msg which sends output to
26 * Register this class as a MSG_CALLBACK with the ACE_Log_Msg singleton and
27 * send debug output to the Microsoft debugger console window with
30 class MFC_Log
: public virtual ACE_Log_Msg_Callback
36 /// method called by ACE_Log_Msg to log an event
37 void log(ACE_Log_Record
& log_record
);
43 #endif /* MFC_LOG_H */