pub trait LogCommandExt {
    fn log_invocation(&mut self, verbosity: i8) -> &mut Self;
}

Required Methods

Implementations on Foreign Types

Implementors