|
Rudiments
|
#include <logger.h>
Inherits logdestination.
Public Member Functions | |
| filedestination () | |
| virtual | ~filedestination () |
| bool | open (const char *filename, mode_t perms) |
| void | close () |
Public Member Functions inherited from object | |
| virtual | ~object () |
The filedestination class writes log data to a file.
| filedestination::filedestination | ( | ) |
Creates an instance of the filedestination class.
|
virtual |
Deletes this instance of the filedestination class.
| void filedestination::close | ( | ) |
Closes the file as a logging destination.