early-access version 1605

This commit is contained in:
pineappleEA
2021-04-15 07:16:22 +02:00
parent bd8df24a11
commit 0de10206e4
12 changed files with 59 additions and 46 deletions

View File

@@ -11,7 +11,7 @@
#include "common/logging/filter.h"
#include "common/logging/log.h"
namespace Log {
namespace Common::Log {
class Filter;
@@ -135,4 +135,4 @@ const char* GetLevelName(Level log_level);
* never get the message
*/
void SetGlobalFilter(const Filter& filter);
} // namespace Log
} // namespace Common::Log