[#init-SetLoggingOptions] = xref:init.adoc[init]::SetLoggingOptions :relfileprefix: ../ :mrdocs: Applies the general logging options (log file, timestamps, thread names, and similar flags) parsed from the arguments to the global logger. == Synopsis Declared in `<init/common.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetLoggingOptions(xref:ArgsManager.adoc[ArgsManager] const& args); ---- == Parameters [cols="1,4"] |=== | Name| Description | *args* | The parsed program arguments to read the logging options from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#