Add log regex filter (#9)

This commit is contained in:
PabloMK7 2024-03-05 14:51:58 +01:00 committed by GitHub
parent bf0127d0ae
commit f112d975b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 57 additions and 2 deletions

View file

@ -542,6 +542,7 @@ struct Values {
// Miscellaneous
Setting<std::string> log_filter{"*:Info", "log_filter"};
Setting<std::string> log_regex_filter{"", "log_regex_filter"};
// Video Dumping
std::string output_format;