Function charlie_buffalo::push[][src]

pub fn push(
    logger: &ConcurrentLogger,
    attributes: Vec<(String, String)>,
    content: Option<&str>
)
Expand description

A simplifier to send a log in a ConcurrentLogger without concurrent boilerplate.