Switch to unified view
a/libupnpp/log.cxx | b/libupnpp/log.cxx | ||
---|---|---|---|
... |
... |
||
16 | */ |
16 | */ |
17 | #include "config.h" |
17 | #include "config.h" |
18 | 18 | ||
19 | #include <errno.h> |
19 | #include <errno.h> |
20 | 20 | ||
21 | #include "log.hxx" |
||
22 | |||
21 | using namespace std; |
23 | using namespace std; |
22 | |||
23 | #include "log.hxx" |
||
24 | 24 | ||
25 | namespace upnppdebug { |
25 | namespace upnppdebug { |
26 | 26 | ||
27 | Logger::Logger(const std::string& fn) |
27 | Logger::Logger(const std::string& fn) |
28 | : m_tocerr(false), m_loglevel(LLDEB) |
28 | : m_tocerr(false), m_loglevel(LLDEB) |