Module Asl.Client

module Client: sig .. end

type t 
A thread-unsafe client handle
type opt = [ `No_delay | `No_remote | `Stderr ] 
Client options
val create : ident:string ->
facility:string -> ?opts:opt list -> unit -> t
Create a thread-unsafe client handle.