Add configurable per-class log filtering

This commit is contained in:
Yuri Kunde Schlesner 2014-12-06 20:00:08 -02:00
parent 0600e2d8b5
commit 0e0a007a25
11 changed files with 223 additions and 14 deletions

View file

@ -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;
}