btck::Logger

Connects a user log sink of type T to the kernel logging system.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

template<Log T>
class Logger;

Description

Owns the btck_LoggingConnection and routes kernel log lines to the sink's LogMessage method for the connection's lifetime.

Member Functions

NameDescription
Logger [constructor]Registers log as the destination for kernel log messages.