![]() |
VR-Forces Developer's Guide
|
Override to detach printers that are already created by VRF.

Public Member Functions | |
| DtVrfDebugLog (const std::string &filename) | |
| virtual | ~DtVrfDebugLog () override |
Public Member Functions inherited from makVrv::DtDebugLog | |
| DtDebugLog (const std::string &filepath, bool attachGlobalLogStreams=true) | |
| virtual | ~DtDebugLog () |
| bool | levelWillPrint (DtDebugLog::PrintLevel alevel) |
| virtual void | setLevel (DtDebugLog::PrintLevel alevel) |
| virtual void | setOutputStream (DtOutputStream *stream) |
| virtual DtDebugLog::PrintLevel | level () |
| std::ostream & | out (DtDebugLog::PrintLevel level=DtDebugLog::Information) |
| DtOutputStream * | outputStream () |
Additional Inherited Members | |
Public Types inherited from makVrv::DtDebugLog | |
| enum | PrintLevel { Fatal = 0, Warning = 1, Information = 2, Debug = 4, PrintLevel_End = 5 } |
Protected Attributes inherited from makVrv::DtDebugLog | |
| PrintLevel | myLevel |
| DtFilePrinter * | myFilePrinter |
| DtOutputStreamBuffer * | myBuffer |
| DtOutputStreamBuffer * | myEmptyBuffer |
| int | myPrintLevelThresholdRef |
| DtOutputStream * | myOutput |
| std::ostream * | myEmptyOutput |
| makVrf::DtVrfDebugLog::DtVrfDebugLog | ( | const std::string & | filename | ) |
|
overridevirtual |
DTOR.