diff options
| author | bunnei <bunneidev@gmail.com> | 2021-11-13 00:03:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-13 00:03:54 -0800 |
| commit | 0eacc362dd520fec8f11497837718c1d7d827450 (patch) | |
| tree | 77c66848d4450c5c55795d3a3f4bade54baa0dc6 /src/common/logging/backend.h | |
| parent | 852858c2cb1e07afd467ffc009ef736ce01b4f8f (diff) | |
| parent | d6b5f64484053772c486a0cd4d3be98f02a01391 (diff) | |
Merge pull request #7272 from behunin/the-courteous-logger
Logging: Impl refactor
Diffstat (limited to 'src/common/logging/backend.h')
| -rw-r--r-- | src/common/logging/backend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.h b/src/common/logging/backend.h index cb7839ee9..bf785f402 100644 --- a/src/common/logging/backend.h +++ b/src/common/logging/backend.h @@ -14,6 +14,8 @@ class Filter; /// Initializes the logging system. This should be the first thing called in main. void Initialize(); +void Start(); + void DisableLoggingInTests(); /** |
