![]() |
VR-Forces 4.0.4 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.
Not implemented.
| virtual void DtObjectConsoleVrlinkPrinter::write | ( | const std::string & | str, |
| int | notify_level | ||
| ) | [virtual] |
Prepends the name of the object to the string, and then calls DtDebug/DtVerbose/DtInfo/DtWarn as is appropriate with the notify_level.
DtVrfObject* DtObjectConsoleVrlinkPrinter::myVrfObject [protected] |