mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
formatting
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
|
||||
#include "../details/log_msg.h"
|
||||
|
||||
namespace spdlog { namespace sinks {
|
||||
namespace spdlog {
|
||||
namespace sinks {
|
||||
class sink
|
||||
{
|
||||
public:
|
||||
@@ -39,4 +40,5 @@ inline level::level_enum sink::level() const
|
||||
return static_cast<spdlog::level::level_enum>(_level.load(std::memory_order_relaxed));
|
||||
}
|
||||
|
||||
}} // namespace spdlog::sinks
|
||||
} // namespace sinks
|
||||
} // namespace spdlog
|
||||
|
Reference in New Issue
Block a user