[][src]Trait gelf_logger::Batch

pub trait Batch {
    fn send(&self, rec: &GelfRecord) -> Result<(), Error>;
fn flush(&self) -> Result<(), Error>; }

Required methods

fn send(&self, rec: &GelfRecord) -> Result<(), Error>

fn flush(&self) -> Result<(), Error>

Loading content...

Implementors

impl Batch for BatchProcessor[src]

Loading content...