logging/log.h: move enum class formatter to a separate file ...

... to common/logging/formatter.h
This commit is contained in:
liushuyu 2022-01-08 21:42:11 -07:00
parent a1054a093c
commit 09f4f3f23b
No known key found for this signature in database
GPG key ID: 23D1CE4534419437
6 changed files with 32 additions and 22 deletions

View file

@ -85,6 +85,7 @@ add_library(common STATIC
logging/backend.h
logging/filter.cpp
logging/filter.h
logging/formatter.h
logging/log.h
logging/log_entry.h
logging/text_formatter.cpp