[][src]Trait holochain_core::logger::Logger

pub trait Logger: Send {
    fn log(&mut self, msg: String);

    fn dump(&self) -> String { ... }
}

trait that defines the logging functionality that holochain_core requires

Required Methods

Provided Methods

Implementors

impl Logger for SimpleLogger
[src]