#include <log.h>
Static Public Member Functions | |
| static void | SetFileName (const std::string &name) |
| Change the name of the log file (defaults to "delta3d_log.html"). | |
| static const std::string | GetFileName () |
| Get the current filename of the log file. | |
| static void | SetTitle (const std::string &title) |
| change the title string used in HTML defaults to "Delta 3D Engine Log File" or "Delta 3D Engine Log File (Debug Libs)" | |
| static const std::string & | GetTitle () |
| Get the current HTML title string. | |
| void dtUtil::LogFile::SetFileName | ( | const std::string & | name | ) | [static] |
Change the name of the log file (defaults to "delta3d_log.html").
This will close the existing file (if opened) and create a new file with the supplied filename.
| name | : The name of the new file (will be written using HTML) |
| const std::string dtUtil::LogFile::GetFileName | ( | ) | [static] |
Get the current filename of the log file.
| void dtUtil::LogFile::SetTitle | ( | const std::string & | title | ) | [static] |
change the title string used in HTML defaults to "Delta 3D Engine Log File" or "Delta 3D Engine Log File (Debug Libs)"
| const std::string & dtUtil::LogFile::GetTitle | ( | ) | [static] |
Get the current HTML title string.