Bitcoin ABC 0.30.5
P2P Digital Currency
|
Functions | |
void | SetGlobals () |
void | UnsetGlobals () |
bool | SanityChecks () |
Ensure a usable environment with all necessary library support. More... | |
void | AddLoggingArgs (ArgsManager &argsman) |
void | SetLoggingOptions (const ArgsManager &args) |
void | SetLoggingCategories (const ArgsManager &args) |
bool | StartLogging (const ArgsManager &args) |
void | LogPackageVersion () |
void init::AddLoggingArgs | ( | ArgsManager & | argsman | ) |
Definition at line 65 of file common.cpp.
void init::LogPackageVersion | ( | ) |
Definition at line 236 of file common.cpp.
bool init::SanityChecks | ( | ) |
Ensure a usable environment with all necessary library support.
Definition at line 43 of file common.cpp.
void init::SetGlobals | ( | ) |
Definition at line 30 of file common.cpp.
void init::SetLoggingCategories | ( | const ArgsManager & | args | ) |
Definition at line 161 of file common.cpp.
void init::SetLoggingOptions | ( | const ArgsManager & | args | ) |
Definition at line 140 of file common.cpp.
bool init::StartLogging | ( | const ArgsManager & | args | ) |
Definition at line 189 of file common.cpp.
void init::UnsetGlobals | ( | ) |
Definition at line 38 of file common.cpp.