Rudiments
|
Inherits logdestination.
Public Member Functions | |
filedestination () | |
filedestination (const filedestination &f) | |
filedestination & | operator= (const filedestination &f) |
virtual | ~filedestination () |
bool | open (const char *filename) |
void | close () |
The filedestination class writes log data to a file.
filedestination::filedestination | ( | ) |
Creates an instance of the filedestination class.
filedestination::filedestination | ( | const filedestination & | f | ) |
Creates an instance of the filedestination class that is a copy of "f".
virtual filedestination::~filedestination | ( | ) | [virtual] |
Deletes this instance of the filedestination class.
void filedestination::close | ( | ) |
Closes the file as a logging destination.
bool filedestination::open | ( | const char * | filename | ) |
Opens file "filename" as a logging destination.
filedestination& filedestination::operator= | ( | const filedestination & | f | ) |
Makes this instance of the filedestination class identical to "f".