![]() |
VR-Forces 4.3 Class Documentation
|
Console printer which redirects its output though the VR-Link DtInfo/DtWarn/etc printer mechanism. More...

Public Member Functions | |
| DtObjectConsoleVrlinkPrinter (DtVrfObject *vrfObj) | |
| virtual void | write (const std::string &str, int notify_level) |
| Prepends the name of the object to the string, and then calls DtDebug/DtVerbose/DtInfo/DtWarn as is appropriate with the notify_level. | |
Protected Attributes | |
| DtVrfObject * | myVrfObject |
Private Member Functions | |
| DtObjectConsoleVrlinkPrinter () | |
| Not implemented. | |
Console printer which redirects its output though the VR-Link DtInfo/DtWarn/etc printer mechanism.
Any output that is tied to will receive this output with the name of the object prepended to the text.
|
private |
Not implemented.
| DtObjectConsoleVrlinkPrinter::DtObjectConsoleVrlinkPrinter | ( | DtVrfObject * | vrfObj | ) |
|
virtual |
Prepends the name of the object to the string, and then calls DtDebug/DtVerbose/DtInfo/DtWarn as is appropriate with the notify_level.
|
protected |