Module Versioned_rpc.EventSource
Sourcetype t = | Attempting_to_connect| Obtained_address of address| Failed_to_connect of Core_kernel.Error.t| Connected of conn| Disconnected
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t Sourceval log_level : t -> [ `Info | `Debug | `Error ]