[#btck-logging_set_options] = xref:btck.adoc[btck]::logging_set_options :relfileprefix: ../ :mrdocs: Applies global logging options. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void logging_set_options(btck_LoggingOptions const& logging_options); ---- == Parameters [cols="1,4"] |=== | Name| Description | *logging_options* | The options to set, such as timestamp and category formatting. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#