#include <Message_Printer.hxx>
Inheritance diagram for Message_Printer:
Public Member Functions | |
virtual Standard_EXPORT void | Send (const TCollection_ExtendedString &theString, const Message_Gravity theGravity, const Standard_Boolean putEndl) const =0 |
Send a string message with specified trace level. The parameter putEndl specified whether end-of-line should be added to the end of the message. This method must be redefined in descentant. . | |
virtual Standard_EXPORT void | Send (const Standard_CString theString, const Message_Gravity theGravity, const Standard_Boolean putEndl) const |
Send a string message with specified trace level. The parameter putEndl specified whether end-of-line should be added to the end of the message. Default implementation calls first method Send(). . | |
virtual Standard_EXPORT void | Send (const TCollection_AsciiString &theString, const Message_Gravity theGravity, const Standard_Boolean putEndl) const |
Send a string message with specified trace level. The parameter putEndl specified whether end-of-line should be added to the end of the message. Default implementation calls first method Send(). . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
|
Reimplemented from MMgt_TShared. Reimplemented in Message_PrinterOStream. |
|
Reimplemented in Message_PrinterOStream. |
|
Reimplemented in Message_PrinterOStream. |
|
Implemented in Message_PrinterOStream. |