Opaque data structure for holding a logging connection.

Synopsis

Declared in <kernel/bitcoinkernel.h>

struct btck_LoggingConnection;

Description

The logging connection can be used to manually stop logging.

Messages that were logged before a connection is created are buffered in a 1MB buffer. Logging can alternatively be permanently disabled by calling btck_logging_disable. Functions changing the logging settings are global and change the settings for all existing btck_LoggingConnection instances.

Created with MrDocs