31 virtual void write(
const std::string &str,
int notify_level);
DtCSharpPrinter is a printer sink that can be used with the VR-Link notification system to put messag...
Definition: csharpPrinter.h:16
DtPrinter is an abstract base class which provides an interface for output.
Definition: vlPrint.h:55
Functions in vlPrint.h provide an error and print facility for vrlink.
virtual ~DtCSharpPrinter()
destructor
DtCSharpPrinter()
constructor
virtual void write(const std::string &str, int notify_level)
write() is called by the output stream every time information is available to print.