Set some options for the global internal logger. This changes global settings and will override settings for all existing btck_LoggingConnection instances.
Synopsis
Declared in <kernel/bitcoinkernel.h>
void
btck_logging_set_options(btck_LoggingOptions options);
Parameters
Name |
Description |
options [in] |
Sets formatting options of the log messages. |
Created with MrDocs