Opaque data structure for holding a logging connection.
Declared in <kernel/bitcoinkernel.h>
typedef btck_LoggingConnection btck_LoggingConnection;
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.