bitcoin-log 0.1.18

abstractions around the system logger
1
2
3
4
5
6
7
8
fn main() {
    bitcoin_cfg::setup();

    usdt::Builder::new("probes.d")
        .build()
        .expect("Failed to build USDT probes");

}