Switch to unified view
a/libupnpp/log.cxx | b/libupnpp/log.cxx | ||
---|---|---|---|
... |
... |
||
20 | 20 | ||
21 | #include "log.hxx" |
21 | #include "log.hxx" |
22 | 22 | ||
23 | using namespace std; |
23 | using namespace std; |
24 | 24 | ||
25 | namespace upnppdebug { |
25 | namespace UPnPP { |
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) |
29 | { |
29 | { |
30 | if (!fn.empty() && fn.compare("stderr")) { |
30 | if (!fn.empty() && fn.compare("stderr")) { |