diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-06-20 09:34:45 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-06-20 12:12:24 -0400 |
commit | fabc57e07dc34c103552cb51c9277bb48ef97739 (patch) | |
tree | 34b541df706817511b175e3a75e3060d593d99a5 /src/logging.h | |
parent | fa4a04a5a942d582c62773d815c7e1e9897975d0 (diff) |
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 36b1a4045d..75cd5353c0 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(); |