![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
Functions | |
| void | AddLoggingArgs (ArgsManager &argsman) |
| void | SetLoggingOptions (const ArgsManager &args) |
| void | SetLoggingLevel (const ArgsManager &args) |
| void | SetLoggingCategories (const ArgsManager &args) |
| bool | StartLogging (const ArgsManager &args) |
| void | LogPackageVersion () |
| void init::AddLoggingArgs | ( | ArgsManager & | argsman | ) |
Definition at line 22 of file common.cpp.
| void init::LogPackageVersion | ( | ) |
Definition at line 252 of file common.cpp.
| void init::SetLoggingCategories | ( | const ArgsManager & | args | ) |
Definition at line 177 of file common.cpp.
| void init::SetLoggingLevel | ( | const ArgsManager & | args | ) |
Definition at line 147 of file common.cpp.
| void init::SetLoggingOptions | ( | const ArgsManager & | args | ) |
Definition at line 124 of file common.cpp.
| bool init::StartLogging | ( | const ArgsManager & | args | ) |
Definition at line 205 of file common.cpp.