mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
formatting
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
#include <string>
|
||||
#include <syslog.h>
|
||||
|
||||
namespace spdlog { namespace sinks {
|
||||
namespace spdlog {
|
||||
namespace sinks {
|
||||
/**
|
||||
* Sink that write to syslog using the `syscall()` library call.
|
||||
*
|
||||
@@ -69,6 +70,7 @@ private:
|
||||
return _priorities[static_cast<size_t>(msg.level)];
|
||||
}
|
||||
};
|
||||
}} // namespace spdlog::sinks
|
||||
} // namespace sinks
|
||||
} // namespace spdlog
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user