mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
astyle
This commit is contained in:
@@ -11,10 +11,13 @@
|
||||
#include "../logger.h"
|
||||
#include "../common.h"
|
||||
|
||||
namespace spdlog {
|
||||
namespace details {
|
||||
namespace spdlog
|
||||
{
|
||||
namespace details
|
||||
{
|
||||
|
||||
class registry {
|
||||
class registry
|
||||
{
|
||||
public:
|
||||
std::shared_ptr<logger> get(const std::string& logger_name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user