#include <debug.hpp>
Public Member Functions | |
| logger (boost::filesystem::path const &filename, int instance, bool append=true) | |
| template<class T> | |
| logger & | operator<< (T const &v) |
Public Attributes | |
| boost::filesystem::ofstream | m_file |
Definition at line 68 of file debug.hpp.
| libtorrent::logger::logger | ( | boost::filesystem::path const & | filename, | |
| int | instance, | |||
| bool | append = true | |||
| ) | [inline] |
| logger& libtorrent::logger::operator<< | ( | T const & | v | ) | [inline] |
| boost::filesystem::ofstream libtorrent::logger::m_file |
1.5.6