Macro channel_log

Source
macro_rules! channel_log {
    ($e:expr) => { ... };
    () => { ... };
}