mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 08:50:26 +08:00
Update log_msg.h
This commit is contained in:
parent
dd9d7e62d5
commit
2ad191aeba
@ -32,8 +32,7 @@ struct log_msg
|
|||||||
}
|
}
|
||||||
|
|
||||||
log_msg(const log_msg &other) = default;
|
log_msg(const log_msg &other) = default;
|
||||||
log_msg(log_msg &&other) = default;
|
log_msg &operator=(const log_msg &other) = default;
|
||||||
log_msg &operator=(log_msg &&other) = default;
|
|
||||||
|
|
||||||
const std::string *logger_name{nullptr};
|
const std::string *logger_name{nullptr};
|
||||||
level::level_enum level{level::off};
|
level::level_enum level{level::off};
|
||||||
|
Loading…
Reference in New Issue
Block a user