Class DtLogFileInfo is a Singleton which contains the necessary information to name .log and .dmp files so they can be commonly formatted and identified.
More...
Class DtLogFileInfo is a Singleton which contains the necessary information to name .log and .dmp files so they can be commonly formatted and identified.
| typedef void(* DtLogFileInfo::SigActionCb)(int, siginfo_t *, void *) |
| DtLogFileInfo::DtLogFileInfo |
( |
| ) |
|
| DtLogFileInfo::~DtLogFileInfo |
( |
| ) |
|
|
default |
| static void DtLogFileInfo::DtPrintAddrLines |
( |
int |
sig, |
|
|
siginfo_t * |
info, |
|
|
void * |
secret |
|
) |
| |
|
static |
| std::string DtLogFileInfo::getAppName |
( |
| ) |
|
| std::string DtLogFileInfo::getDate |
( |
| ) |
|
| std::string DtLogFileInfo::getFullString |
( |
| ) |
|
| std::string DtLogFileInfo::getHostname |
( |
| ) |
|
| std::string DtLogFileInfo::getLogFileName |
( |
| ) |
|
| std::string DtLogFileInfo::getPid |
( |
| ) |
|
| std::string DtLogFileInfo::getProtocol |
( |
| ) |
|
| std::string DtLogFileInfo::getSvnRev |
( |
| ) |
|
| std::string DtLogFileInfo::getTime |
( |
| ) |
|
| std::string DtLogFileInfo::getVersion |
( |
| ) |
|
| void DtLogFileInfo::setAppName |
( |
const std::string & |
| ) |
|
| void DtLogFileInfo::setProtocol |
( |
const std::string & |
| ) |
|
| void DtLogFileInfo::setSvnRev |
( |
const std::string & |
| ) |
|
| static void DtLogFileInfo::setupErrorHandling |
( |
| ) |
|
|
static |
| void DtLogFileInfo::setVersion |
( |
const std::string & |
| ) |
|
| std::string DtLogFileInfo::myAppName |
|
protected |
| std::string DtLogFileInfo::myDate |
|
protected |
| std::string DtLogFileInfo::myHostname |
|
protected |
| std::string DtLogFileInfo::myPid |
|
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: