fn new()

in src/logging.rs [49:53]


    fn new<B>(service_response: &ServiceResponse<B>) -> Self {
        Self::default()
            .add_request(service_response.request())
            .add_response(service_response.response())
    }