Replaced throw() with noexcept and removed some unneeded ';'.
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
{
|
||||
std::lock_guard<Mutex> lock(_mutex);
|
||||
_sink_it(msg);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
void log(const details::log_msg &msg) override
|
||||
{
|
||||
::syslog(syslog_prio_from_level(msg), "%s", msg.formatted.str().c_str());
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user