diff options
| author | MarcoFalke <[email protected]> | 2019-06-20 09:34:45 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-06-20 12:12:24 -0400 |
| commit | fabc57e07dc34c103552cb51c9277bb48ef97739 (patch) | |
| tree | 34b541df706817511b175e3a75e3060d593d99a5 /src/logging.h | |
| parent | test: use common setup in gui tests (diff) | |
| download | discoin-fabc57e07dc34c103552cb51c9277bb48ef97739.tar.xz discoin-fabc57e07dc34c103552cb51c9277bb48ef97739.zip | |
test: Log to debug.log in all tests
Diffstat (limited to 'src/logging.h')
| -rw-r--r-- | src/logging.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/logging.h b/src/logging.h index 36b1a4045..75cd5353c 100644 --- a/src/logging.h +++ b/src/logging.h @@ -100,6 +100,8 @@ namespace BCLog { /** Start logging (and flush all buffered messages) */ bool StartLogging(); + /** Only for testing */ + void DisconnectTestLogger(); void ShrinkDebugFile(); |