[][src]Trait sn0int::term::SpinLogger

pub trait SpinLogger {
    fn log(&mut self, line: &str);
fn debug(&mut self, line: &str);
fn error(&mut self, line: &str);
fn status(&mut self, status: String); }

Required methods

fn log(&mut self, line: &str)

fn debug(&mut self, line: &str)

fn error(&mut self, line: &str)

fn status(&mut self, status: String)

Loading content...

Implementors

impl SpinLogger for Spinner
[src]

impl SpinLogger for StackedSpinners
[src]

impl<'a, T: SpinLogger> SpinLogger for PrefixedLogger<'a, T>
[src]

Loading content...