macro_rules! log {
    ($target:expr, $($arg:tt)*) => { ... };
}
Expand description

Log to the specified endpoint.