Unverified Commit 2ad191ae authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update log_msg.h

parent dd9d7e62
......@@ -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};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment