pub fn event_from_error_chain<T>(e: &T) -> Event<'static>where
    T: ChainedError,
    T::ErrorKind: Debug + Display,
Expand description

Creates an event from an error chain.