36 std::string
LogFile::mTitle(
"True Reality SDK Log File (<font color=#A000A0>DEBUG LIBs)</font>");
LogManager & GetLogManagerRef()
Returns a reference to the internal Log Manager.
static void SetFileName(const std::string &name)
Change the name of the log file (defaults to "TrueRealityLog.html")
static std::string mLogFileName
static const std::string GetFileName()
Get the current filename of the log file.
static const std::string LOG_FILE_DEFAULT_NAME
Log file default name.
static void SetTitle(const std::string &title)
Change the title string used in HTML.
static const std::string & GetTitle()
Get the current HTML title string.
static std::string mTitle
void ReOpenFile()
Reopens the log file.
static Log & GetInstance(const std::string &name=Log::LOG_DEFAULT_NAME)
Retrieve singleton instance of the log class for a give string name.