[#init-AddLoggingArgs] = xref:init.adoc[init]::AddLoggingArgs :relfileprefix: ../ :mrdocs: Registers the logging‐related command‐line options with the argument manager. == Synopsis Declared in `<init/common.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AddLoggingArgs(xref:ArgsManager.adoc[ArgsManager]& args); ---- == Parameters [cols="1,4"] |=== | Name| Description | *args* | The argument manager to register the logging options with. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#