diff options
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; | |||
| 14 | /// Initializes the logging system. This should be the first thing called in main. | 14 | /// Initializes the logging system. This should be the first thing called in main. |
| 15 | void Initialize(); | 15 | void Initialize(); |
| 16 | 16 | ||
| 17 | void Start(); | ||
| 18 | |||
| 17 | void DisableLoggingInTests(); | 19 | void DisableLoggingInTests(); |
| 18 | 20 | ||
| 19 | /** | 21 | /** |