![]() |
VR-Forces 4.0.4 Class Documentation
|
Admin content which indicates that a VRF Object should start logging the output of its object console to the specified file. More...

Public Member Functions | |
| DtAdminLogObjectConsoleToFile () | |
| default constructor | |
| DtAdminLogObjectConsoleToFile (const DtAdminLogObjectConsoleToFile &orig) | |
| copy constructor | |
| const DtAdminLogObjectConsoleToFile & | operator= (const DtAdminLogObjectConsoleToFile &orig) |
| assignment operator; same as copy costructor. | |
| virtual | ~DtAdminLogObjectConsoleToFile () |
| destructor | |
| virtual bool | init () |
| Call after construction. | |
| virtual int | type () const |
| virtual DtAdminContent * | clone () const |
| Make a copy of this content. | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this content. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Decodes content from buffer. | |
| virtual bool | setToNet () |
| Encodes content into buffer. | |
| virtual void | setLogFilename (const DtString &filename) |
| The filename to which the object console will be logged. | |
| virtual DtString | logFilename () const |
| The filename to which the object console will be logged. | |
Static Public Member Functions | |
| static DtAdminContent * | create () |
| Creator function. Returns new instance of this class. | |
Protected Attributes | |
| DtString | myLogFilename |
Admin content which indicates that a VRF Object should start logging the output of its object console to the specified file.
default constructor
| DtAdminLogObjectConsoleToFile::DtAdminLogObjectConsoleToFile | ( | const DtAdminLogObjectConsoleToFile & | orig | ) |
copy constructor
| virtual DtAdminLogObjectConsoleToFile::~DtAdminLogObjectConsoleToFile | ( | ) | [virtual] |
destructor
| const DtAdminLogObjectConsoleToFile& DtAdminLogObjectConsoleToFile::operator= | ( | const DtAdminLogObjectConsoleToFile & | orig | ) |
assignment operator; same as copy costructor.
| static DtAdminContent* DtAdminLogObjectConsoleToFile::create | ( | ) | [static] |
Creator function. Returns new instance of this class.
| virtual bool DtAdminLogObjectConsoleToFile::init | ( | ) | [virtual] |
Call after construction.
Reimplemented from DtAdminContent.
| virtual int DtAdminLogObjectConsoleToFile::type | ( | ) | const [virtual] |
Implements DtAdminContent.
| virtual void DtAdminLogObjectConsoleToFile::setLogFilename | ( | const DtString & | filename | ) | [virtual] |
The filename to which the object console will be logged.
| virtual DtString DtAdminLogObjectConsoleToFile::logFilename | ( | ) | const [virtual] |
The filename to which the object console will be logged.
| virtual DtAdminContent* DtAdminLogObjectConsoleToFile::clone | ( | ) | const [virtual] |
Make a copy of this content.
Returns a pointer to a newly created copy of this class.
Implements DtAdminContent.
| virtual DtString DtAdminLogObjectConsoleToFile::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this content.
Implements DtAdminContent.
| virtual int DtAdminLogObjectConsoleToFile::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtAdminContent.
| virtual bool DtAdminLogObjectConsoleToFile::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Decodes content from buffer.
Reimplemented from DtAdminContent.
| virtual bool DtAdminLogObjectConsoleToFile::setToNet | ( | ) | [virtual] |
Encodes content into buffer.
Reimplemented from DtAdminContent.
DtString DtAdminLogObjectConsoleToFile::myLogFilename [protected] |