Update log_msg.h

This commit is contained in:
Gabi Melman 2018-10-20 18:27:58 +03:00 committed by GitHub
parent dd9d7e62d5
commit 2ad191aeba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ struct log_msg
}
log_msg(const log_msg &other) = default;
log_msg(log_msg &&other) = default;
log_msg &operator=(log_msg &&other) = default;
log_msg &operator=(const log_msg &other) = default;
const std::string *logger_name{nullptr};
level::level_enum level{level::off};