common: logging: Restructure backend code

This commit is contained in:
Morph 2021-06-13 10:31:47 -04:00
parent 8150c65c07
commit 391e823c79
8 changed files with 288 additions and 278 deletions

View file

@ -11,7 +11,7 @@
#include "common/assert.h"
#include "common/common_funcs.h"
#include "common/logging/backend.h"
#include "common/logging/filter.h"
#include "common/logging/log.h"
#include "common/logging/text_formatter.h"
#include "common/string_util.h"