![]() |
VR-Forces 5.0.3 Developer's Guide
|
Class DtLogFileInfo is a Singleton which contains the necessary information to name .log and .dmp files so they can be commonly formatted and identified.
Public Member Functions | |
| DtLogFileInfo () | |
| ~DtLogFileInfo ()=default | |
| DtLogFileInfo (DtLogFileInfo &)=default | |
| DtLogFileInfo (DtLogFileInfo &&)=default | |
| std::string | getFullString () |
| std::string | getLogFileName () |
| std::string | getDmpFileName () |
| std::string | getAppName () |
| void | setAppName (const std::string &) |
| std::string | getProtocol () |
| void | setProtocol (const std::string &) |
| std::string | getVersion () |
| void | setVersion (const std::string &) |
| std::string | getSvnRev () |
| void | setSvnRev (const std::string &) |
| std::string | getDate () |
| std::string | getTime () |
| std::string | getHostname () |
Static Public Member Functions | |
| static DtLogFileInfo & | instance () |
Protected Attributes | |
| std::string | myAppName |
| std::string | myDate |
| std::string | myHostname |
| std::string | myProtocol |
| std::string | mySvnRev |
| std::string | myTime |
| std::string | myVersion |
Static Protected Attributes | |
| static DtLogFileInfo * | theLogFileInstance |
| DtLogFileInfo::DtLogFileInfo | ( | ) |
|
default |
|
default |
|
default |
|
static |
| std::string DtLogFileInfo::getFullString | ( | ) |
| std::string DtLogFileInfo::getLogFileName | ( | ) |
| std::string DtLogFileInfo::getDmpFileName | ( | ) |
| std::string DtLogFileInfo::getAppName | ( | ) |
| void DtLogFileInfo::setAppName | ( | const std::string & | ) |
| std::string DtLogFileInfo::getProtocol | ( | ) |
| void DtLogFileInfo::setProtocol | ( | const std::string & | ) |
| std::string DtLogFileInfo::getVersion | ( | ) |
| void DtLogFileInfo::setVersion | ( | const std::string & | ) |
| std::string DtLogFileInfo::getSvnRev | ( | ) |
| void DtLogFileInfo::setSvnRev | ( | const std::string & | ) |
| std::string DtLogFileInfo::getDate | ( | ) |
Automatically set.
| std::string DtLogFileInfo::getTime | ( | ) |
| std::string DtLogFileInfo::getHostname | ( | ) |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |