module Client: sig .. end
sig
end
type t
type opt = [ `No_delay | `No_remote | `Stderr ]
[ `No_delay | `No_remote | `Stderr ]
val create : ident:string -> facility:string -> ?opts:opt list -> unit -> t
ident:string -> facility:string -> ?opts:opt list -> unit -> t