Function signature for the global logging callback. All bitcoin kernel internal logs will pass through this callback.
Synopsis
Declared in <kernel/bitcoinkernel.h>
typedef void(* btck_LogCallback)(void*, char const*, size_t);
Created with MrDocs