traceback_channel

Macro traceback_channel 

Source
macro_rules! traceback_channel {
    ($arg1:expr) => { ... };
}
Expand description

A macro for generating a Traceback of logs given only a channel.

ยงExamples

Basic usage:

use breadcrumbs::traceback_channel;
let traceback = traceback_channel!("test_channel");