Initialization helpers shared by the node, wallet, and other executables.
| Name | Description |
|---|---|
AddLoggingArgs | Registers the logging-related command-line options with the argument manager. |
LogPackageVersion | Writes the package name and version banner to the log. |
SetLoggingCategories | Enables or disables the debug logging categories selected by the arguments. |
SetLoggingLevel | Sets the global logging severity level selected by the arguments. |
SetLoggingOptions | Applies the general logging options (log file, timestamps, thread names, and similar flags) parsed from the arguments to the global logger. |
StartLogging | Opens the debug log file and begins writing buffered log messages. |