|
TrueReality
v0.1.1912
|
A log file. More...
#include <LogFile.h>
Static Public Member Functions | |
| static void | SetFileName (const std::string &name) |
| Change the name of the log file (defaults to "TrueRealityLog.html") More... | |
| static const std::string | GetFileName () |
| Get the current filename of the log file. More... | |
| static void | SetTitle (const std::string &title) |
| Change the title string used in HTML. More... | |
| static const std::string & | GetTitle () |
| Get the current HTML title string. More... | |
Static Public Attributes | |
| static const std::string | LOG_FILE_DEFAULT_NAME |
| Log file default name. More... | |
Static Private Attributes | |
| static std::string | mLogFileName = LOG_FILE_DEFAULT_NAME |
| static std::string | mTitle |
|
static |
Get the current filename of the log file.
Definition at line 58 of file LogFile.cpp.
References mLogFileName.
Referenced by trUtil::Logging::LogWriterFile::OpenFile().

|
static |
Get the current HTML title string.
Definition at line 70 of file LogFile.cpp.
References mTitle.
Referenced by trUtil::Logging::LogWriterFile::OpenFile().

|
static |
Change the name of the log file (defaults to "TrueRealityLog.html")
| name | The name. |
Definition at line 45 of file LogFile.cpp.
References trUtil::Logging::Log::GetInstance(), trUtil::Logging::Log::GetLogManagerRef(), mLogFileName, and trUtil::Logging::LogManager::ReOpenFile().
Referenced by trUtil::DefaultSettings::SetupLoggingOptions().


|
static |
Change the title string used in HTML.
| title | The title. |
Definition at line 64 of file LogFile.cpp.
References mTitle.
|
static |
|
staticprivate |
Definition at line 91 of file LogFile.h.
Referenced by GetFileName(), and SetFileName().
|
staticprivate |
Definition at line 92 of file LogFile.h.
Referenced by GetTitle(), and SetTitle().