Bitcoin ABC  0.26.3
P2P Digital Currency
Namespaces | Functions
common.h File Reference

Common init functions shared by bitcoin-node, bitcoin-wallet, etc. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 init
 

Functions

void init::SetGlobals ()
 
void init::UnsetGlobals ()
 
bool init::SanityChecks ()
 Ensure a usable environment with all necessary library support. More...
 
void init::AddLoggingArgs (ArgsManager &argsman)
 
void init::SetLoggingOptions (const ArgsManager &args)
 
void init::SetLoggingCategories (const ArgsManager &args)
 
bool init::StartLogging (const ArgsManager &args)
 
void init::LogPackageVersion ()
 

Detailed Description

Common init functions shared by bitcoin-node, bitcoin-wallet, etc.

Definition in file common.h.