Public Member Functions | |
| LogStream (std::string const &fileName) | |
| void | setLogFile (std::string const &fileName) |
| template<class Printable > | |
| LogStream & | operator<< (Printable var) |
| LogStream & | operator<< (std::ostream &(*f)(std::ostream &)) |
Private Attributes | |
| std::ofstream | out |
1.8.13