mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
commit
7d463a7f78
@ -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());
|
||||
::syslog(syslog_prio_from_level(msg), "%s", msg.raw.str().c_str());
|
||||
}
|
||||
|
||||
void flush() override
|
||||
|
Loading…
Reference in New Issue
Block a user