diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2021-04-18 19:03:26 -0400 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2021-04-19 06:11:38 -0400 |
commit | 1fb7fcfa52569a652d3ea55c210b725e60b7d86f (patch) | |
tree | bffcce203df55bd0973e7222cdf673471327d78a /src/init/common.h | |
parent | 90469c16906ab451bb1250df5e51563870a7ef3b (diff) |
Move common logging GetArgs code to init/common
Diffstat (limited to 'src/init/common.h')
-rw-r--r-- | src/init/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init/common.h b/src/init/common.h index fce6e679c2..58e33cfd1c 100644 --- a/src/init/common.h +++ b/src/init/common.h @@ -19,6 +19,8 @@ void UnsetGlobals(); */ bool SanityChecks(); void AddLoggingArgs(ArgsManager& args); +void SetLoggingOptions(const ArgsManager& args); +void SetLoggingCategories(const ArgsManager& args); } // namespace init #endif // BITCOIN_INIT_COMMON_H |