VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes | Static Protected Attributes
DtLogFileInfo Class Reference

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 DtLogFileInfoinstance ()
 

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 DtLogFileInfotheLogFileInstance
 

Constructor & Destructor Documentation

DtLogFileInfo::DtLogFileInfo ( )
DtLogFileInfo::~DtLogFileInfo ( )
default
DtLogFileInfo::DtLogFileInfo ( DtLogFileInfo )
default
DtLogFileInfo::DtLogFileInfo ( DtLogFileInfo &&  )
default

Member Function Documentation

static DtLogFileInfo& DtLogFileInfo::instance ( )
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 ( )

Member Data Documentation

DtLogFileInfo* DtLogFileInfo::theLogFileInstance
staticprotected
std::string DtLogFileInfo::myAppName
protected
std::string DtLogFileInfo::myDate
protected
std::string DtLogFileInfo::myHostname
protected
std::string DtLogFileInfo::myProtocol
protected
std::string DtLogFileInfo::mySvnRev
protected
std::string DtLogFileInfo::myTime
protected
std::string DtLogFileInfo::myVersion
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)