Bitcoin ABC  0.29.1
P2P Digital Currency
Functions
init Namespace Reference

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 ()
 

Function Documentation

◆ AddLoggingArgs()

void init::AddLoggingArgs ( ArgsManager argsman)

Definition at line 64 of file common.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LogPackageVersion()

void init::LogPackageVersion ( )

Definition at line 236 of file common.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SanityChecks()

bool init::SanityChecks ( )

Ensure a usable environment with all necessary library support.

Definition at line 42 of file common.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetGlobals()

void init::SetGlobals ( )

Definition at line 29 of file common.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetLoggingCategories()

void init::SetLoggingCategories ( const ArgsManager args)

Definition at line 160 of file common.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetLoggingOptions()

void init::SetLoggingOptions ( const ArgsManager args)

Definition at line 139 of file common.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StartLogging()

bool init::StartLogging ( const ArgsManager args)

Definition at line 188 of file common.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UnsetGlobals()

void init::UnsetGlobals ( )

Definition at line 37 of file common.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: