#include <log.hpp>


Definition at line 94 of file log.hpp.
Public Member Functions | |
| file_log_target (const gsgl::string &fname) | |
| void | print_line (const gsgl::string &) |
| virtual | ~file_log_target () |
Private Attributes | |
| io::ft_stream * | f |
| file_log_target | ( | const gsgl::string & | fname | ) |
Definition at line 126 of file log.cpp.
References string::format(), ft_stream::out, and string::w_string().
| ~file_log_target | ( | ) | [virtual] |
Definition at line 141 of file log.cpp.
References file_log_target::f, string::format(), file_stream::get_fname(), ft_stream::out, and string::w_string().
| void print_line | ( | const gsgl::string & | msg | ) | [virtual] |
io::ft_stream* f [private] |
Definition at line 97 of file log.hpp.
Referenced by file_log_target::print_line(), and file_log_target::~file_log_target().
1.5.5