21 #include <boost/thread.hpp> 23 #define DXLOG(level) \ 24 if (level < dx::Log::ReportingLevel()) ; \ 25 else dx::Log().Get(level) 51 std::ostringstream& Get(LogLevel l=logINFO);
53 static LogLevel& ReportingLevel();
54 static std::string ToString(LogLevel level);
59 Log& operator=(
const Log&);
61 static boost::mutex mtx;
62 std::ostringstream oss;
An executable object that can be published for others to discover.
Definition: api.cc:7