[][src]Trait cex::log::Logger

pub trait Logger<Agent>: Sized where
    Agent: LogAgent
{ fn log(self, item: Agent::Item) -> Self; }

Appends a log item.

Required methods

fn log(self, item: Agent::Item) -> Self

Loading content...

Implementors

impl<Agent, E> Logger<Agent> for Log<E, Agent> where
    Agent: LogAgent
[src]

Loading content...