Add configurable per-class log filtering
This commit is contained in:
parent
0600e2d8b5
commit
0e0a007a25
11 changed files with 223 additions and 14 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Settings {
|
||||
|
||||
struct Values {
|
||||
|
@ -33,7 +35,7 @@ struct Values {
|
|||
// Data Storage
|
||||
bool use_virtual_sd;
|
||||
|
||||
bool enable_log;
|
||||
std::string log_filter;
|
||||
} extern values;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue