Add configurable per-class log filtering
This commit is contained in:
parent
0600e2d8b5
commit
0e0a007a25
11 changed files with 223 additions and 14 deletions
|
@ -11,6 +11,7 @@ set(SRCS
|
|||
hash.cpp
|
||||
key_map.cpp
|
||||
log_manager.cpp
|
||||
logging/filter.cpp
|
||||
logging/text_formatter.cpp
|
||||
logging/backend.cpp
|
||||
math_util.cpp
|
||||
|
@ -49,6 +50,7 @@ set(HEADERS
|
|||
log.h
|
||||
log_manager.h
|
||||
logging/text_formatter.h
|
||||
logging/filter.h
|
||||
logging/log.h
|
||||
logging/backend.h
|
||||
math_util.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue