#include <include/log.h>
Inheritance diagram for FileLogger:
Definition at line 38 of file log.h.
Public Member Functions | |
FileLogger () | |
Sets the outputfile to be the file "log" in the default output directory. | |
virtual Log & | operator<< (const char *str) |
void | tail () |
virtual | ~FileLogger () |
Protected Attributes | |
std::ofstream | out |
|
Sets the outputfile to be the file "log" in the default output directory.
Definition at line 96 of file boomerang.cpp. |
|
|
|
Implements Log. Definition at line 44 of file log.h. References out. |
|
Reimplemented from Log. |
|
Definition at line 40 of file log.h. Referenced by operator<<(). |