[#btck_logging_set_options] = btck_logging_set_options :mrdocs: Set some options for the global internal logger. This changes global settings and will override settings for all existing xref:btck_LoggingConnection-04.adoc[`btck_LoggingConnection`] instances. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void btck_logging_set_options(btck_LoggingOptions options); ---- == Parameters [cols="1,4"] |=== | Name| Description | *options* [in] | Sets formatting options of the log messages. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#