[#init] = init :mrdocs: Initialization helpers shared by the node, wallet, and other executables. == Functions [cols="1,4"] |=== | Name| Description | xref:init/AddLoggingArgs.adoc[`AddLoggingArgs`] | Registers the logging‐related command‐line options with the argument manager. | xref:init/LogPackageVersion.adoc[`LogPackageVersion`] | Writes the package name and version banner to the log. | xref:init/SetLoggingCategories.adoc[`SetLoggingCategories`] | Enables or disables the debug logging categories selected by the arguments. | xref:init/SetLoggingLevel.adoc[`SetLoggingLevel`] | Sets the global logging severity level selected by the arguments. | xref:init/SetLoggingOptions.adoc[`SetLoggingOptions`] | Applies the general logging options (log file, timestamps, thread names, and similar flags) parsed from the arguments to the global logger. | xref:init/StartLogging.adoc[`StartLogging`] | Opens the debug log file and begins writing buffered log messages. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#