#include <CHMeditOutputLog.h>
Inheritance diagram for CHMeditOutputLog:
This implementation of CHMoutputLog was used to construct a MFC example HL7 interface in older versions of Chameleon. This class will truncate the output when it is larger than 16000 characters.
Public Member Functions | |
CHMeditOutputLog (CEdit *Edit) | |
Construct a CHMeditOutputLog from a CEdit object. | |
virtual | ~CHMeditOutputLog () |
Destructor. | |
virtual void | OutputLine (const CHMchar *pLine) |
Output pLine to the CEdit control. |
|
Construct a CHMeditOutputLog from a CEdit object. This class does not take ownership of the CEdit object. |
|
Destructor.
|
|
Output The output will be truncated to 16000 characters. Implements CHMoutputLog. |