Removed redundant field initializations from log_msg struct
This commit is contained in:
parent
25afbd79b2
commit
005a36f4fd
@ -38,8 +38,6 @@ struct log_msg
|
|||||||
log_msg(level::level_enum l):
|
log_msg(level::level_enum l):
|
||||||
logger_name(),
|
logger_name(),
|
||||||
level(l),
|
level(l),
|
||||||
time(),
|
|
||||||
thread_id(),
|
|
||||||
raw(),
|
raw(),
|
||||||
formatted() {}
|
formatted() {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user