aboutsummaryrefslogtreecommitdiff
path: root/src/logging.h
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-06-20 09:34:45 -0400
committerMarcoFalke <[email protected]>2019-06-20 12:12:24 -0400
commitfabc57e07dc34c103552cb51c9277bb48ef97739 (patch)
tree34b541df706817511b175e3a75e3060d593d99a5 /src/logging.h
parenttest: use common setup in gui tests (diff)
downloaddiscoin-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.h2
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();